Installing from docker image jenkins/jenkins:2.128 throws java.lang.IllegalArgumentException: No hudson.slaves.ComputerLauncher implementation found for SSHLauncher
See original GitHub issueReproduction repo at https://gitlab.com/jcrben-repro/jenkins-jcasc-docker
~~As of now, I believe this is loading 2.128 per https://hub.docker.com/r/jenkins/jenkins/tags/~~ locked down to 2.128
The repro case is a stripped down version of a more complex repo that I have internally at work, with agents and jobs and such.
I pulled down this repo and ran it from source locally on my mac (mvn hpi:run
, etc) and it seemed to work, so possibly something to do with docker?
Noticed a tip for debugging jenkins docker https://github.com/jenkinsci/docker/commit/ec20d5ef79df648973d0a1e7c204da67c1813bae and will perhaps try that next.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
jenkinsci/configuration-as-code-plugin - Gitter
I copied that config and got this message: java.lang.IllegalArgumentException: No hudson.slaves.ComputerLauncher implementation found for SSHLauncherjava.l.
Read more >Failed to initialize Jenkins - Stack Overflow
I started getting this error after upgrading the jenkins chart version to 3.1.8 . After upgrading to 3.1.9 the error has been fixed....
Read more >AWS flavor got broken by a wrong update - Jenkins Jira
IllegalArgumentException : No hudson.slaves.Cloud implementation found for amazonEC2 Possible solution: Try to install 'configuration-as-code-support' plugin ...
Read more >hudson.slaves.ComputerLauncher Java Examples
This page shows Java code examples of hudson.slaves.ComputerLauncher. ... getStatus()); throw new IOException("Container is not running.
Read more >Knowledge Base - JFrog
This video goes over how to install JFrog Xray 3.x with a HA configuration in a GKE environment. Prerequisites: Basic knowledge of how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
implied doesn’t mean it is necessarily installed. I had that issue with command-launcher hence why I mention it. 👍
I specifically had to install
in our plugins.txt
it’s not that weird, these two plugins I mentioned, used to inside the Jenkins core. Now they are plugins so hence they are implied after a certain Jenkins core.