This commit is contained in:
carlitalabbe 2020-04-02 22:19:41 -04:00
parent 64cfb41771
commit 25b80e5cc4

4
Jenkinsfile vendored
View file

@ -42,12 +42,12 @@ pipeline {
post {
success{
slackSend
color: 'good',
color: '#00ba09',
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
}
failure{
slackSend
color: 'danger',
color: '#ff0000',
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
}
}