You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: