mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 23:24:47 +00:00
only alert on master failure
This commit is contained in:
parent
7993855dc5
commit
b486c03c3d
1 changed files with 4 additions and 0 deletions
4
services/chat/Jenkinsfile
vendored
4
services/chat/Jenkinsfile
vendored
|
@ -64,6 +64,10 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
failure {
|
failure {
|
||||||
|
when {
|
||||||
|
branch 'master'
|
||||||
|
}
|
||||||
|
|
||||||
mail(from: "${EMAIL_ALERT_FROM}",
|
mail(from: "${EMAIL_ALERT_FROM}",
|
||||||
to: "${EMAIL_ALERT_TO}",
|
to: "${EMAIL_ALERT_TO}",
|
||||||
subject: "Jenkins build failed: ${JOB_NAME}:${BUILD_NUMBER}",
|
subject: "Jenkins build failed: ${JOB_NAME}:${BUILD_NUMBER}",
|
||||||
|
|
Loading…
Reference in a new issue