more dumb mistakes

This commit is contained in:
Mina Selim 2020-03-15 21:40:12 -04:00
parent b0b49c8025
commit 8f84f43e0d

4
Jenkinsfile vendored
View file

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