Add notification for changed block. Updates needed to notify changed status

This commit is contained in:
Ai Lin Chia
2017-06-14 14:32:06 +02:00
parent 0df469210f
commit 188c391db9

5
Jenkinsfile vendored

@ -49,8 +49,9 @@ pipeline {
}
post {
//changed {
//}
changed {
slackSend color: 'danger', message: "${env.JOB_NAME} - #${env.BUILD_NUMBER} Changed (<${env.BUILD_URL}|Open>)"
}
failure {
slackSend color: 'danger', message: "${env.JOB_NAME} - #${env.BUILD_NUMBER} Failure (<${env.BUILD_URL}|Open>)"