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 {
sh './mvnw package'
}
},
}
stage('Test') {
steps {
sh './mvnw package'
}
},
}
stage('Package') {
steps {
sh './mvnw package'
}
},
}
stage('Deploy') {
steps {
sh './mvnw package'