mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
modif mail subject
This commit is contained in:
parent
ec4ae3c058
commit
284c613833
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -36,8 +36,8 @@ pipeline {
|
||||||
success {
|
success {
|
||||||
echo 'I succeeeded!'
|
echo 'I succeeeded!'
|
||||||
mail to: 'm.augier@me.com',
|
mail to: 'm.augier@me.com',
|
||||||
subject: 'Build succeeded: $(JOB_NAME)',
|
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}"
|
body: "Eveythink OK with ${env.BUILD_URL}\n"
|
||||||
}
|
}
|
||||||
unstable {
|
unstable {
|
||||||
echo 'I am unstable :/'
|
echo 'I am unstable :/'
|
||||||
|
|
Loading…
Reference in a new issue