Hi, My setup: Two git repositories, "origin" and "upstream". Origin contains the branch being worked on, lets call it "feature-x", and upstream contains the master to try and merge against.
I have setup a job which has both repositories listed and polls SCM every 5 min. The job checks out "origin/feature-x" (the one being merge requested) and then does a "Merge before build" to the upstream/master branch. This works fine as long as commits are pushed to "origin/feature-x" but new commits to "origin/master" won't issue a rebuild. Could this be a bug in the git plugin, or do you think my configuration is incorrect? Cheers -- 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/313e9b6a-18ff-48d3-9c01-4d0f77da156e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
