a
This commit is contained in:
Mina Selim 2020-03-15 21:50:07 -04:00
parent 7a7c5790dc
commit aa5041905a

4
Jenkinsfile vendored
View file

@ -27,10 +27,10 @@ pipeline {
}
post {
success {
slackSend channel: 'general', color: '00FF00', message: 'Success', teamDomain: 'uni-vaz6979', tokenCredentialId: 'dp2tuBLCh5PBUszexU45zIxt'
slackSend message: 'success'
}
failure {
slackSend channel: 'general', color: '00FF00', message: 'Failed', teamDomain: 'uni-vaz6979', tokenCredentialId: 'dp2tuBLCh5PBUszexU45zIxt'
slackSend message: 'fail'
}
}
}