java.lang.ClassCastException: hudson.scm.SubversionChangeLogSet$LogEntry cannot be cast to hudson.plugins.bazaar.BazaarChangeSet
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 Jenkins JIRA by kgeri, 1 year ago
via Jenkins JIRA by kgeri, 1 year ago
java.lang.ClassCastException: hudson.scm.SubversionChangeLogSet$LogEntry cannot be cast to hudson.plugins.bazaar.BazaarChangeSet
at hudson.plugins.bazaar.BazaarTagAction$BazaarTagListener.onChangeLogParsed(BazaarTagAction.java:160)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:488)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:412)
at hudson.model.Run.run(Run.java:1362)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:401)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)