A
This commit is contained in:
Mina Selim 2020-03-15 21:54:31 -04:00
parent aa5041905a
commit da31319eb8

4
Jenkinsfile vendored
View file

@ -27,10 +27,10 @@ pipeline {
}
post {
success {
slackSend message: 'success'
slackSend message: 'success - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)'
}
failure {
slackSend message: 'fail'
slackSend message: 'fail - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)'
}
}
}