Update Jenkinsfile

This commit is contained in:
Pam 2020-04-15 20:35:03 -04:00 committed by GitHub
parent 7dca70af8f
commit 5ad9f5a00b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -25,7 +25,6 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
echo 'Deploying' echo 'Deploying'
sh './mvnw deploy'
} }
} }
} }