summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-aux/Jenkinsfile.full40
1 files changed, 20 insertions, 20 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 9fc131ff7..983198fb1 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -793,25 +793,25 @@ pipeline {
} // stage
} // stages
- post {
- success {
- mail to: "${env.recipient}",
- replyTo: "${env.recipient}",
- subject: "[Jenkins] SUCCESS: ${currentBuild.fullDisplayName}",
- body: "Yay, we passed. ${env.RUN_DISPLAY_URL}"
- }
- unstable {
- mail to: "${env.recipient}",
- replyTo: "${env.recipient}",
- subject: "[Jenkins] SUCCESS: ${currentBuild.fullDisplayName}",
- body: "Eep! Build is unstable... ${env.RUN_DISPLAY_URL}"
- }
- failure {
- mail to: "${env.recipient}",
- replyTo: "${env.recipient}",
- subject: "[Jenkins] FAILURE: ${currentBuild.fullDisplayName}",
- body: "Boo, we failed. ${env.RUN_DISPLAY_URL}"
- }
- }
+ // post {
+ // success {
+ // mail to: "${env.recipient}",
+ // replyTo: "${env.recipient}",
+ // subject: "[Jenkins] SUCCESS: ${currentBuild.fullDisplayName}",
+ // body: "Yay, we passed. ${env.RUN_DISPLAY_URL}"
+ // }
+ // unstable {
+ // mail to: "${env.recipient}",
+ // replyTo: "${env.recipient}",
+ // subject: "[Jenkins] SUCCESS: ${currentBuild.fullDisplayName}",
+ // body: "Eep! Build is unstable... ${env.RUN_DISPLAY_URL}"
+ // }
+ // failure {
+ // mail to: "${env.recipient}",
+ // replyTo: "${env.recipient}",
+ // subject: "[Jenkins] FAILURE: ${currentBuild.fullDisplayName}",
+ // body: "Boo, we failed. ${env.RUN_DISPLAY_URL}"
+ // }
+ // }
} // pipeline