alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

Is there a way to add conditional logic for notifications? #48

Closed davidatthepark closed 5 years ago

davidatthepark commented 5 years ago

Hello again!

Is there a way to provide conditional logic for the slack alert messages?

For example: If build status is "started", then show "Triggered by" field in message.

alexkvak commented 5 years ago

No, there is no such feature. All conditions are handled in the code, not in user templates.

davidatthepark commented 5 years ago

Got it. Thanks for the response!