You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses can change slack notification messages by setting metadata of build.meta.notification.slack.<jobName>.message.
However, metadata is not available on QUEUED / RUNNING status since the builds are not executed yet.
For this reason, uses cannot change the message on QUEUED / RUNNING status now.
What you expected to happen:
Change slack massages on QUEUED / RUNNING status to mention a slack user.
The text was updated successfully, but these errors were encountered:
And use the message value as the default custom message.
This value is used if uses does not set the metadata of build.meta.notification.slack.<jobName>.message.
(i.e. This value is overwrote by the metadata.)
Proposal 2
Use specific build parameters parameters.slackMessage or annotations screwdriver.cd/slackMessage.
What happened:
Uses can change slack notification messages by setting metadata of
build.meta.notification.slack.<jobName>.message
.However, metadata is not available on QUEUED / RUNNING status since the builds are not executed yet.
For this reason, uses cannot change the message on QUEUED / RUNNING status now.
What you expected to happen:
Change slack massages on QUEUED / RUNNING status to mention a slack user.
The text was updated successfully, but these errors were encountered: