We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An idea would be to make the slack notifications even better than today using the slack block API. We do have a solution today, using the existing slack integration that was created two years ago, but it's a bit lackluster.
Make a new slackbot that is configured using the YAML file like this:
notify: # Post to this channel channel: pipeline-notifications # Only notify on these statuses status: [FAILURE, SUCCESS, STARTED]
Together with the slack block API we could enrich the message to link directly to the log-output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An idea would be to make the slack notifications even better than today using the slack block API.
We do have a solution today, using the existing slack integration that was created two years ago, but it's a bit lackluster.
Suggested Idea
Make a new slackbot that is configured using the YAML file like this:
Together with the slack block API we could enrich the message to link directly to the log-output.
The text was updated successfully, but these errors were encountered: