Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 23:16:09 -04:00 committed by GitHub
parent 93889a18f1
commit 184e8e5e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
stage('Deploy') {
steps {
echo 'Deploying stage has been executed'
bat './mvnw deploy'
bat 'git push'
}
}
}