Skip to content

Instantly share code, notes, and snippets.

@budgester
Created November 22, 2022 17: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 budgester/4d3564c4a2bb0483e677a97ff06f0afe to your computer and use it in GitHub Desktop.
Save budgester/4d3564c4a2bb0483e677a97ff06f0afe to your computer and use it in GitHub Desktop.
post {
success{
slackSend channel: "#budgester-alerts", color: "good", message: "Deploy (<https://budgester.com|Budgester>) : (<${env.BUILD_URL}|Open>)"
}
failure {
slackSend channel: "#budgester-alerts", color: "danger", message: "Deploy (<https://budgester.com|Budgester>) : (<${env.BUILD_URL}|Open>)"
}
cleanup {
cleanWs()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment