mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update Jenkinsfile
This commit is contained in:
parent
225b265e34
commit
84ff55cf14
1 changed files with 0 additions and 4 deletions
4
services/spelling/Jenkinsfile
vendored
4
services/spelling/Jenkinsfile
vendored
|
@ -62,10 +62,6 @@ 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