mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +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'
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue