I\'m facing an issue with a Jenkins pipeline in a Jenkinsfile.
I have 4 different nodeJs versions on my Jenkins instance. I would like to choose which one I\'m going to use in m
how about using docker image with the specific version of node and/or python in your Jenkins pipeline? this would be a clean solution since you will only need to install docker on the build machine and not side-by-side versions of python.