Update Jenkinsfile

This commit is contained in:
khalilalturk 2020-03-15 20:45:04 -04:00 committed by GitHub
parent 36fcfe63d2
commit 3e287a5247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -12,11 +12,7 @@ pipeline {
sh 'mvn test'
}
}
stage('Test') {
steps {
sh 'mvn test'
}
}
stage('Package') {
steps {