jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-36913] ToolInstaller framework doesn't work with docker-pipeline
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
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
---
Originally reported by
cleclerc, imported from: ToolInstaller framework doesn't work with docker-pipeline
jglick
Raw content of original issue
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
Contributor guide
Assessment
This issue has not been assessed yet.