-
Bug
-
Resolution: Unresolved
-
Major
-
None
The hudson.tools.ToolInstaller framework work in "docker.image('abc/def').inside{...}" because docker pipeline does not mount the /tools folder of the agent.
This breaks the "Tool" pipeline step as well as plugins such as the withMaven{...} pipeline step.
https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Maven+Plugin
- is related to
-
JENKINS-29410 Compatibility with Sonar plugin (and possibly other auto installed software)
-
- Resolved
-
- links to
[JENKINS-36913] ToolInstaller framework doesn't work with docker-pipeline
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 173666 ] | New: JNJira + In-Review [ 199480 ] |
Link |
New:
This issue is related to |
Resolution | Original: Won't Fix [ 2 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Remote Link | New: This issue links to "CloudBees Internal CD-189 (Web Link)" [ 18947 ] |
As designed. Use an image which includes the tools you want.