-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send Slack notification for Test Failures (#60)
* return test failures in json * add send_slack_notification * remove BUILDKITE_TOKEN * update condition when no failures * update slack env var value * add job id to build link, update slack message * update SLACK_BUILD_WEBHOOK to SLACK_WEBHOOK * update slack app name and icon * add condition to only send notification for trunk merges * add second argument to decide if should send slack notification * update text in message * for testing - update to use testing branch * update messaging and add change to changelog * move changelog entry to correct line * update send_slack_notification to accept failures array and parse it * update to use OptionParser for slack argument * remove unnecessary declaration * update comment to remove mention of returning json * check if on develop and master branch too * remove unnecessary parsing and remove branch condition * update and prettify texts --------- Co-authored-by: jos <[email protected]>
- Loading branch information
Showing
2 changed files
with
82 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters