Update Jenkinsfile

This commit is contained in:
Abhijit Gupta 2020-03-14 20:15:09 -04:00 committed by GitHub
parent cf42e77257
commit 431c11a448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -6,8 +6,6 @@ pipeline {
sh './mvnw package' sh './mvnw package'
} }
} }
}
stages {
stage ('Start') { stage ('Start') {
steps { steps {
// send build started notifications // send build started notifications
@ -27,7 +25,6 @@ pipeline {
) )
} }
} }
/* ... unchanged ... */
} }
post { post {
success { success {