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'
}
}
}
stages {
stage ('Start') {
steps {
// send build started notifications
@ -27,7 +25,6 @@ pipeline {
)
}
}
/* ... unchanged ... */
}
post {
success {