From 25b80e5cc47b52e59bbbc163155bfbc03fd52f12 Mon Sep 17 00:00:00 2001 From: carlitalabbe Date: Thu, 2 Apr 2020 22:19:41 -0400 Subject: [PATCH] hexxxx --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6fe9202ac..d57ea064b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}" } }