jenkinsci / jenkinsci/docker-workflow-plugin

[JENKINS-36913] ToolInstaller framework doesn't work with docker-pipeline

Open
#427 6 comments 0 reactions 0 assignees View on GitHub
component:docker-workflow-plugin imported-jira-issue priority:major resolution:unresolved
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


  • assignee: jglick
  • status: Reopened
  • priority: Major
  • component(s): docker-workflow-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 2025-12-07

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.