We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14804c commit 184a1ccCopy full SHA for 184a1cc
Jenkinsfile
@@ -52,9 +52,11 @@ pipeline {
52
post {
53
success {
54
slackSend color: "#72c900", message: "SUCCESS: <${BUILD_URL}|${JOB_NAME}> build #${BUILD_NUMBER} - ${currentBuild.durationString}"
55
+ sh 'figlet "SUCCESS"'
56
}
57
failure {
58
slackSend color: "#d61111", message: "FAILED: <${BUILD_URL}|${JOB_NAME}> build #${BUILD_NUMBER} - ${currentBuild.durationString}"
59
+ sh 'figlet "FAILURE"'
60
61
always {
62
sh 'docker rmi $TEMP_IMAGE_NAME'
0 commit comments