mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15: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 {
|
||||
echo 'I succeeeded!'
|
||||
mail to: 'm.augier@me.com',
|
||||
subject: 'Build succeeded: $(JOB_NAME)',
|
||||
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}"
|
||||
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Eveythink OK with ${env.BUILD_URL}\n"
|
||||
}
|
||||
unstable {
|
||||
echo 'I am unstable :/'
|
||||
|
|
Loading…
Reference in a new issue