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
f0da0163a8
commit
a8409a9a9e
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -24,7 +24,8 @@ pipeline {
|
||||||
sh './mvnw deploy'
|
sh './mvnw deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
}
|
||||||
|
post {
|
||||||
success {
|
success {
|
||||||
mail to: 'bit172@gmail.com',
|
mail to: 'bit172@gmail.com',
|
||||||
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
|
@ -35,7 +36,6 @@ pipeline {
|
||||||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: "Build Failure, location to build ${env.BUILD_URL}"
|
body: "Build Failure, location to build ${env.BUILD_URL}"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue