Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created August 28, 2018 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehunt/65be59b8a11fdc813acabce2b42b9082 to your computer and use it in GitHub Desktop.
Save davehunt/65be59b8a11fdc813acabce2b42b9082 to your computer and use it in GitHub Desktop.
failure {
script {
if (env.BRANCH_NAME == 'master') {
slackSend(
color: 'danger',
message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment