Hi, I have a jenkins build that I only want to build for branches so I am using the Inverse feature but it seems the build is running on each scheduled interval because my branch doesn't have the same commit hash as master. See my setting below:
<https://lh5.googleusercontent.com/-9zxt0jPSELs/VJh1H1KNMLI/AAAAAAAAPgw/Yzgd_jD08OY/s1600/Screen%2BShot%2B2014-12-22%2Bat%2B2.42.41%2BPM.png> Git Polling Output: Started on Dec 22, 2014 2:46:00 PM Using strategy: Inverse [poll] Last Built Revision: Revision f4b79d256f1957dc941cd442d428c8c8d3718b19 (origin/jaytest) using .gitcredentials to set credentials > git --version # timeout=10 > git init /tmp/hudson957459003210870595tmp # timeout=10 > git config --local credential.helper store > --file=/tmp/git5072196379444907757.credentials # timeout=10 > git ls-remote -h https://bitbucket.org/myapp/eos.git master # timeout=10 > git config --local --remove-section credential # timeout=10 [poll] Latest remote head revision is: 4701bd4a891cddb28f523a0a02bb38a55c03674d Done. Took 0.64 sec Changes found Build Info showing no changes but SCM triggered the build <https://lh3.googleusercontent.com/-MDKBQlo84No/VJh1kCvuFgI/AAAAAAAAPg4/j7tanuRYix8/s1600/Screen%2BShot%2B2014-12-22%2Bat%2B2.48.00%2BPM.png> Any idea what is going on here? I have jenkins 1.580.1 and git plugin 2.3.2. Thanks, Jay -- 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/d921673c-58e6-49b7-b059-53a6f0d20895%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
