Update Jenkinsfile

This commit is contained in:
Muneeb Nezameddin 2020-03-16 02:42:59 -04:00 committed by GitHub
parent c8a3e6acd6
commit 4365924bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
}
stage('Deploy') {
steps {
bat './mvnw deploy'
bat './mvnw release'
}
}
}