question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error running jenkinsfile-runner on Windows

See original GitHub issue

After running jenkinsfile-runner.bat -w C:\Temp\jenkins -p C:\Temp\jenkins_home\plugins -f C:\project no plugin in C:\Temp\jenkins_home\plugins is loaded.

There is a long list of errors similar to this:

2019-12-18 21:00:33.499+0000 [id=32] SEVERE jenkins.InitReactorRunner$1#onTaskFailed: Failed Loading plugin Trilead API Plugin v1.0.5 (trilead-api) java.io.IOException: Trilead API Plugin version 1.0.5 failed to load. - You must update Jenkins from version 2.176.2 to version 2.184 or later to run this plugin. at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:868) at hudson.PluginManager$2$1$1.run(PluginManager.java:544) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296) at jenkins.model.Jenkins$5.runTask(Jenkins.java:1095) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ionelantoncommented, Dec 18, 2019

Hi, I’m using Jenkins ver. 2.190.3

0reactions
oleg-nenashevcommented, Jul 17, 2020

Fixed by beta-12

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jenkinsfile runner thows NoClassDefFoundError ... - GitHub
This seems to be due to missing plug-ins which are required to run even the simplest of pipelines. I worked through the errors...
Read more >
Jenkins pipeline sh fail with "cannot run program nohup" on ...
The main cause looks like the sh step is not supported on the Windows. You may use bat or install Cygwin for instance....
Read more >
Failure running any sh operations on Windows - Using Jenkins
My Jenkins is running on an Windows Server 2019. The error is always the exact same for different scripts and different projects: java.io....
Read more >
A near Feature-complete version of Jenkinsfile Runner ...
It enables running Jenkins pipelines in a Function-as-a-Service context. Users can customize their environment by setting up base images, ...
Read more >
Docker pipeline: 'absolute path' error when running linux ...
The volume mount of the container is wrong. Jenkins tries to mount a host Windows path to a container Linux path, using for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found