skip to Main Content

Console Output – Could not initialize class org.jenkinsci.plugins.workflow.cps.CpsThread – Twitter API

When I run a script in jenkins the following error is displayed: Started by user ********* Running in Durability level: MAX_SURVIVABILITY java.lang.NoClassDefFoundError: Could not initialize class org.jenkinsci.plugins.workflow.cps.CpsThread at org.jenkinsci.plugins.workflow.cps.CpsScript.<init>(CpsScript.java:69) at WorkflowScript.<init>(WorkflowScript) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)…

VIEW QUESTION
Back To Top
Search