|
||||||||
|
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.

When I hit the URL above, the browser returns:
Scheduled polling of Branch Build
but the Mercurial (feature branch aware) Polling Log shows:
ERROR: Failed to record SCM polling for hudson.model.FreeStyleProject@69bdd8dc[Branch Build]
java.lang.ClassCastException: hudson.model.FreeStyleProject cannot be cast to hudson.model.SCMedItem
at com.poolik.jenkins.branchNotifier.mercurialSCM.FeatureBranchAwareTrigger$MyRunner.getUpdatedBranchesAfterPolling(FeatureBranchAwareTrigger.java:147)
at com.poolik.jenkins.branchNotifier.mercurialSCM.FeatureBranchAwareTrigger$MyRunner.run(FeatureBranchAwareTrigger.java:188)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)