Skip to content

Commit 184a1cc

Browse files
authored
Update Jenkinsfile
1 parent b14804c commit 184a1cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ pipeline {
5252
post {
5353
success {
5454
slackSend color: "#72c900", message: "SUCCESS: <${BUILD_URL}|${JOB_NAME}> build #${BUILD_NUMBER} - ${currentBuild.durationString}"
55+
sh 'figlet "SUCCESS"'
5556
}
5657
failure {
5758
slackSend color: "#d61111", message: "FAILED: <${BUILD_URL}|${JOB_NAME}> build #${BUILD_NUMBER} - ${currentBuild.durationString}"
59+
sh 'figlet "FAILURE"'
5860
}
5961
always {
6062
sh 'docker rmi $TEMP_IMAGE_NAME'

0 commit comments

Comments
 (0)