Update Jenkinsfile

This commit is contained in:
Firassawan 2020-03-09 17:51:52 -04:00 committed by GitHub
parent 9309fb7173
commit 21ee8379f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Jenkinsfile vendored
View file

@ -6,7 +6,16 @@ pipeline {
sh './mvnw package'
}
}
stage('test') {
stage('Test') {
steps {
sh './mvnw package'
}
}
stage('Package') {
steps {
sh './mvnw package'
}
}stage('Deploy') {
steps {
sh './mvnw package'
}