Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Not A Defect
-
None
Description
Our jenkins version is 1.609.3, we have installed a plugin parameterized scheduler which is not compatible to our jenkins version .So we started seeing the below issues and uninstalled the plugin and restarted jenkins but did not work.please find the issue:
FATAL: org/jenkinsci/plugins/workflow/job/WorkflowRun
java.lang.NoClassDefFoundErrororg/jenkinsci/plugins/workflow/job/WorkflowRun at
org.jenkinsci.plugins.workflow.job.WorkflowJob$SCMListenerImpl.onCheckout(WorkflowJob.java:653
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:614)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
Which version of parameterized scheduler plugin were you using?
Indeed, latest release require 1.642.3.
You seem to have installed the Pipeline suite, but WorkflowRun also requires Jenkins 2.121.1 or higher (cf. https://github.com/jenkinsci/workflow-job-plugin/blob/master/pom.xml#L67).
AFAICT, this is not a bug. Going to close as such. Please use the users Mailing list (https://jenkins.io/mailing-lists/) to get help.
Thanks!