Skip to content
New issue

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

Update build-report.yml to handle release notification #28551

Open
Tracked by #27842
spbolton opened this issue May 14, 2024 · 0 comments
Open
Tracked by #27842

Update build-report.yml to handle release notification #28551

spbolton opened this issue May 14, 2024 · 0 comments

Comments

@spbolton
Copy link
Contributor

spbolton commented May 14, 2024

Currently build-report.yml is handling failure notifications from any of the workflow steps. In the case of release and also possibly other workflows based upon the new structure we may want to announce the successful completion of the workflow. We should include this messaging in this script that was previously in the Slack Notification step of maven-release-process-yml. As much as possible we should try to make this notification flexible and customizable with inputs on the script and not just focused on the one-release workflow, this can include passing in the slack channel to use and customizing the message sent, keeping consistent where it is possible.

e.g. success_message and success_channel could be optionally passed in, but success_message could default to a message based upon information of the current workflow, branch etc.

In the process also add the ability to pass in a channel to use for failure, and make sure we do not need to have multiple slack secrets if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Next 1-3 Sprints
Development

No branches or pull requests

1 participant