laaast calll

This commit is contained in:
carlitalabbe 2020-04-02 22:55:35 -04:00
parent da9d62634e
commit 850219758b

16
Jenkinsfile vendored
View file

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