java.lang.ClassCastException: hudson.model.StringParameterValue cannot be cast to org.jenkinsci.plugins.coordinator.model.CoordinatorParameterValue
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 GitHub by brianjjoyce
, 1 year agojava.lang.ClassCastException: hudson.model.StringParameterValue cannot be cast to org.jenkinsci.plugins.coordinator.model.CoordinatorParameterValue
at org.jenkinsci.plugins.coordinator.model.CoordinatorBuild.getAction(CoordinatorBuild.java:299)
at hudson.model.Build$BuildExecution.doRun(Build.java:151)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1728)
at hudson.model.Build.run(Build.java:113)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)