Hi, I have a jenkins job A which builds from git repo A. There are other repos B, C, D etc with their own jenkins jobs. Now the requirement is have is to trigger a maven deploy step on job A whenever there is a change-merged on A,B,C or D.
On job A, on gerrit trigger event field, i listed all the repos(A,B,C and D) with the corresponding branches. And then added a conditional post build step for maven deploy in the event of change-merged. A change-merged event on repo B, did trigger job A, but it fails to find the reference to build since the change is on repo B and the source code control is from repo A. Does any one know how to implement this one? Or is there a plugin available? Thank you, Gouri -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/22b323c7-a6b5-49c2-9d03-728ce546042a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
