“NoClassDefFoundError” in jenkins/scm/RunWithSCM

后端 未结 1 2012
南旧
南旧 2021-01-19 20:33

Using Jenkins 2.8, I get the error below when I run a simple Jenkins job. The Jenkins job is for just executing a shell script.

FATAL: jenkins/scm/RunWithSCM         


        
1条回答
  •  无人共我
    2021-01-19 21:05

    Got the resolution for the error. 'workflow-aggregator'(Pipeline) plugin was causing the issue. Some of the dependencies were incompatible. Uninstalled and reinstalled the plugin with all its dependencies, which fixed the above issue.

    0 讨论(0)
提交回复
热议问题