Skip to content

Commit

Permalink
changed slacksend color
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Feb 4, 2017
1 parent ecd3847 commit 48ad68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
}
failure {
sh 'ciscripts/buildfailure.sh'
slackSend (color: '#961515', message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
slackSend (color: '#ff0000', message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
}
}
}

0 comments on commit 48ad68c

Please sign in to comment.