mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-20 16:10:25 +00:00
add color to success output in slack
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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...>)"
|
||||||
|
Reference in New Issue
Block a user