Hi,

I have setup jenkins flow consisting of multiple depended jobs. The first
job tries to do a git pull using the git plugin before it executes the next
jobs.  I have tested the editable email notification with the triggers set
on failure being sent to developer, culprint, and recipient by always
executing the shell which returns "exit 1" (for testing purposes only). This
was set on the job that does the git pull and it worked.

My questions are:

1) How to be able to pass the developer and culprit email information to the
downstream jobs through parameterized build trigger plugin so that if the
git pull job passes but the next job fails, then that next job will be able
to send email to the same list of developer or culprit?

When I specified 'next job' here, it could be the job executed directly
after the git pull or it could be jobs that are executed a few jobs after
the git pull.

2) What is the difference between culprits and developer as the description
in the web interface wasn't that straightforward? Also, how does jenkins get
these information?

My flow does not fully use git plugin features (i.e. pull all the way to
tag). Instead, it only use git-plugin to do a poll to check if there are new
pushed commits and then does a pull to the workspace.

Any advice are appreciated.

Thank you in advance.

Best regards,
Maryam



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Pass-Git-Developer-emails-to-list-of-next-depended-jobs-tp4714484.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to