Add Mail rule
Some checks failed
dotfiles/pipeline/head There was a failure building this commit

This commit is contained in:
Johannes Rothe 2021-08-31 16:58:01 +02:00
parent d4e1a9d26a
commit e05ce6a5f9

5
Jenkinsfile vendored
View File

@ -8,4 +8,9 @@ pipeline {
}
}
}
post {
always {
emailext body: 'Please check why ${env.BUILD_TAG} failed! [${env.BUILD_URL}]', subject: 'Build FAILED! ${env.BUILD_TAG}', recipientProviders: [[$class: 'DevelopersRecipientProvider']]
}
}
}