|
||||||||
|
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 found the following in the GitHub hook log:
Started on Apr 12, 2014 4:54:28 PM
Polling SCM changes on master
Using strategy: Inverse
[poll] Last Built Revision: Revision 3026d9d56bccb4c335f8ceb97f93d093fffec68f (origin/ticket.8.sort-challenge-descriptions)
Fetching changes from the remote Git repositories
Fetching upstream changes from https://github.com/jpschewe/fll-sw.git
Polling for changes in
ERROR: Failed to record SCM polling
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:1588)
at hudson.model.AbstractProject._poll(AbstractProject.java:1558)
at hudson.model.AbstractProject.poll(AbstractProject.java:1490)
at com.cloudbees.jenkins.GitHubPushTrigger$1.runPolling(GitHubPushTrigger.java:73)
at com.cloudbees.jenkins.GitHubPushTrigger$1.run(GitHubPushTrigger.java:98)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
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:724)