From 850219758b5e571d0e680de1af498871456fd093 Mon Sep 17 00:00:00 2001 From: carlitalabbe Date: Thu, 2 Apr 2020 22:55:35 -0400 Subject: [PATCH] laaast calll --- Jenkinsfile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83ab901c2..d32a92537 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,18 +42,16 @@ pipeline { post { success{ - slackSend color: '#00ba09', message: 'test' - //slackSend color: '#00ba09', - //message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}" + //slackSend color: '#00ba09', message: 'test' + slackSend color: '#00ba09', + message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}" } failure{ - slackSend color: '#FF0000', message: 'test' - //slackSend color: '#ff0000', - // message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}" + //slackSend color: '#FF0000', message: 'test' + slackSend color: '#ff0000', + message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}" } } - - }