I have 1 upstream job and 2 parallel downstream jobs. When the upstream job succeeds, 2 downstream jobs will be triggered. Currently, I send mail notice for every jobs separately. Not the receivers are complaining for to many mails.

I need to find out a way to gather the build result of those 3 jobs together and send 1 mail notice.

link|improve this question
feedback

1 Answer

Use the parameterized trigger plugin as a build step (not as a post-build action). I believe it can wait for downstream projects to finish, examine their status, and set the current project's status accordingly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.