Send notifications from a build script

Answered

I want to be able to send out a warning message to all subscribers of the build just like a build failure.

My use case is that my Ant script has determined a POTENTIAL problem and would like to notify all interested parties (the people who want to know when the build fails), but I do NOT want to fail the build.  

0
1 comment
Avatar
Fedor Rumyantsev

Hello!

Unfortunately, this is not supported as of now, but we have a related feature request: https://youtrack.jetbrains.com/issue/TW-64920; please feel free to vote or comment on it as you see fit. Speaking of the more immediate workarounds, you could consider adding a parameter holding a target email (so it could be passed into the build context), and send a notification directly from the Ant script. 

0

Please sign in to leave a comment.