mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
alert only on master
This commit is contained in:
4
services/filestore/Jenkinsfile
vendored
4
services/filestore/Jenkinsfile
vendored
@@ -62,6 +62,10 @@ pipeline {
|
||||
|
||||
post {
|
||||
failure {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
|
||||
mail(from: "${EMAIL_ALERT_FROM}",
|
||||
to: "${EMAIL_ALERT_TO}",
|
||||
subject: "Jenkins build failed: ${JOB_NAME}:${BUILD_NUMBER}",
|
||||
|
||||
Reference in New Issue
Block a user