|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

I ran into this bug in Jenkins 1.553
I tried the "workaround": Inverse selection strategy and Force polling with workspace. I get this in the Git polling log when I push change to a non-master branch:
Started on Aug 5, 2014 7:38:30 AM
Polling SCM changes on Jenkins build slave 1
Using strategy: Inverse
[poll] Last Built Revision: Revision 6f4fa39c1e3c588772e9a7c3289926123c064565 (origin/master)
Fetching changes from the remote Git repositories
Fetching upstream changes from <GIT REPO>
Polling for changes in
ERROR: Failed to record SCM polling for hudson.model.FreeStyleProject@ab80775[JOB NAME]
java.lang.NullPointerException
at hudson.plugins.git.util.InverseBuildChooser.getCandidateRevisions(InverseBuildChooser.java:45)
at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:534)
at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:456)
at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
at hudson.scm.SCM.poll(SCM.java:373)
at hudson.model.AbstractProject.pollWithWorkspace(AbstractProject.java:1605)
at hudson.model.AbstractProject._poll(AbstractProject.java:1575)
at hudson.model.AbstractProject.poll(AbstractProject.java:1493)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:462)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:491)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)