java.lang.ClassCastException: hudson.plugins.mercurial.MercurialTagAction cannot be cast to org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by isa...@gmail.com (JIRA), 1 year ago
via Jenkins JIRA by Igor Kostenko, 1 year ago
via Jenkins JIRA by Igor Kostenko, 1 year ago
via Google Groups by brenton@letrabb.com (JIRA), 2 years ago
via jenkins-ci.org by Unknown author, 2 years ago
via Jenkins JIRA by Brantone, 1 year ago
java.lang.ClassCastException: hudson.plugins.mercurial.MercurialTagAction cannot be cast to org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:106)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.plugins.templateproject.ProxySCM.checkout(ProxySCM.java:53)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1282)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:381)