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
HI ,
I wanted to know if we have following feature enabled in this resource.
I wanted to notify slack only at particular condition not every time when pipelines success..
For example:
I want to notify slack when my notification message is not empty..else don't slack anything.
DO we have something like this which I can use.
Thanks
The text was updated successfully, but these errors were encountered:
Yes, indeed.
Use a put step, and configure it with a text_file in the params. Then when an earlier step generates the notification text in an artefact, when the text file is present but empty, then the slack-notification resource will not sent any notification, just as documented.
Don't hesitate to have a look at the docs for more possibilities.
HI ,
I wanted to know if we have following feature enabled in this resource.
I wanted to notify slack only at particular condition not every time when pipelines success..
For example:
I want to notify slack when my notification message is not empty..else don't slack anything.
DO we have something like this which I can use.
Thanks
The text was updated successfully, but these errors were encountered: