This commit is contained in:
arthur tourneyrie 2020-03-15 15:49:10 -04:00
parent c96778a634
commit 35415c5f18

6
Jenkinsfile vendored
View file

@ -5,17 +5,17 @@ pipeline {
steps { steps {
sh './mvnw package' sh './mvnw package'
} }
}, }
stage('Test') { stage('Test') {
steps { steps {
sh './mvnw package' sh './mvnw package'
} }
}, }
stage('Package') { stage('Package') {
steps { steps {
sh './mvnw package' sh './mvnw package'
} }
}, }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh './mvnw package' sh './mvnw package'