Skip to content

Instantly share code, notes, and snippets.

@connieho15
Created December 22, 2017 19:09
Show Gist options
  • Save connieho15/ad9ee473f113245bad6dda4d449c971b to your computer and use it in GitHub Desktop.
Save connieho15/ad9ee473f113245bad6dda4d449c971b to your computer and use it in GitHub Desktop.
stage('notify slack') {
slackSend channel: #slack-team, color: '#2ECC71', message: "Push ${JOB_NAME} (release type: ${env.RELEASE_TYPE}) to Artifactory - Complete - <${BUILD_URL}|See the build>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment