jenkinsci / docker-swarm-plugin

Jenkins plugin which allows to add a Docker Swarm as a cloud agent provider
https://plugins.jenkins.io/docker-swarm/
MIT License
55 stars 47 forks source link

Feature Request: Tool Location #110

Open Sherpard opened 3 years ago

Sherpard commented 3 years ago

Feature Request

Most of the docker implementations has a way to tell jenkins where the tools are located. It can come handy if you have a base worker image with tools / dependencies installed (for example a global NPM Module)

The current default behavior depends on jenkins to install the tools.

Also, overwritting the PATH variable can be troublesome also, having the capacity to break the image.