I have job A which trigger build on the basis of commit, after completion of job A, job B will get triggered as downstream job.
IN my case both job A and B send email notification.
How can i configure like job A trigger job B so that after successful completion of job B , i wanted to send email notification to the committer of job A aswellas global recipient.
Can any one help me regarding this?
Thanks in Advance
1. Try the Blame Upstream Committers plugin.
2. If you trigger Job-B via “trigger parameterized build” from Job-A, then you can pass any information from Job-A to Job-B.
(for that one, I am not sure how the committer is saved –
please advise the plugin you use and if the committer is listed as an environment variable of some sort).