mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
cf42e77257
commit
431c11a448
1 changed files with 42 additions and 45 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -6,8 +6,6 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage ('Start') {
|
||||
steps {
|
||||
// send build started notifications
|
||||
|
@ -27,7 +25,6 @@ pipeline {
|
|||
)
|
||||
}
|
||||
}
|
||||
/* ... unchanged ... */
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
Loading…
Reference in a new issue