Hi I am using Jenkins and Gerrit Event trigger to trigger pre-submit jobs for my repo (I am using repo <https://source.android.com/setup/develop/repo> to manage my git repositories). I am working on multiple CLs (from different git repo) that have dependencies on each other. I am using same topic name for all these CLs to tag them as dependent. Whenever I make a change to one CL, Jenkins will pick the CLs in the topic and tag all the CLs as "verified -1" on Gerrit. But only the CL which has a code change will run the job and update "verified +1". I had to manually re-trigger Jenkins job for all other CLs that doesn't have any code changes. BTW I have selected "Exclude No Code Changes" for all my jobs to avoid unnecessary runs. I believe this may be the cause for this behavior.
I would like to tap the window of Jenkins user community to see how a situation like this is handle correctly. What is your workflow/settings to handle multiple CLs with same topic? Thanks Kamesh -- 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/9db4ff62-56fb-49b4-9bdd-e1da01a51630%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
