Update Jenkinsfile

This commit is contained in:
Firassawan 2020-03-09 18:37:47 -04:00 committed by GitHub
parent 2210383638
commit 2a4bd26f1f
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 {
sh './mvnw package'
sh 'mvn deploy'
}
}
}