Skip to content

Commit

Permalink
[NONE] Improve release mail notification
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Prediger <nico.prediger@itemis.de>
  • Loading branch information
Nico Prediger committed Aug 30, 2021
1 parent 4a2334d commit 5c1facd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions promote.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ pipeline {
}

post {
always {
unsuccessful {
mail(
to: "prediger@itemis.de",
subject: "(GEF) Promotion Pipeline Finished",
body: "Just testing for now!"
subject: "(GEF) Promotion Pipeline did not finish successfully.",
body: "There seems to be a problem with the release: $BUILD_URL"
)
}
}
Expand Down

0 comments on commit 5c1facd

Please sign in to comment.