-
Bug
-
Resolution: Won't Fix
-
Critical
-
The latest jenkins lts docker image using version 2.222.1
In all prior releases the jenkins-cli.jar file was packaged as part of the jenkins war and was accessable from within the docker image at /var/jenkins_home/war/WEB-INF/jenkins-cli.jar. In the 2.222.1 release it was removed. I didn't see anything in the release changelog about it, so I'm assuming it's an accident. Please re-add it.
[JENKINS-61717] jenkins-cli.jar missing from war
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
It's now at WEB-INF/lib/cli-2.222.1.jar.
Don't rely on undocumented internals, obtain it via …/jnlpJars/jenkins-cli.jar URL.