Skip to content

Commit

Permalink
SLI-1305: Reworked the Slack notification (#989)
Browse files Browse the repository at this point in the history
The task name is now displayed instead of the id. Additionally the branch name is now more prominent.
  • Loading branch information
thahnen authored Mar 14, 2024
1 parent a37bb80 commit 77c0ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus/slack-notification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ curl -X POST https://slack.com/api/chat.postMessage \
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Task <https://cirrus-ci.com/task/$CIRRUS_TASK_ID|$CIRRUS_TASK_ID> failed on *<$CIRRUS_REPO_CLONE_URL|$CIRRUS_REPO_FULL_NAME>* ($CIRRUS_BRANCH)"
"text": "Task *<https://cirrus-ci.com/task/$CIRRUS_TASK_ID|$CIRRUS_TASK_NAME>* failed on *<$CIRRUS_REPO_CLONE_URL|$CIRRUS_REPO_FULL_NAME>* (*$CIRRUS_BRANCH*)"
}
}
]
Expand Down

0 comments on commit 77c0ca0

Please sign in to comment.