Explorar o código

add color to success output in slack

Grant Limberg %!s(int64=9) %!d(string=hai) anos
pai
achega
1afa9e992c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -60,4 +60,4 @@ parallel 'centos7': {
     }
 }
 
-slackSend "${env.JOB_NAME} #${env.BUILD_NUMBER} Complete (<${env.BUILD_URL}|Show More...>)"
+slackSend color: "#00ff00", message: "${env.JOB_NAME} #${env.BUILD_NUMBER} Complete (<${env.BUILD_URL}|Show More...>)"