I am running the following docker image jenkinsci/jenkins:2.0-rc-1 to try out jenkins 2.0, and the \"pipeline\" view.
jenkinsci/jenkins:2.0-rc-1
I can\'t seem to install node. Here\'s
If anyone happens to deal with this issue on Jenkins running on Windows. Do the following:
def nodeHome = tool 'Node.js 6.9.5' bat "\"${nodeHome}\"\\node.exe -v" bat "\"${nodeHome}\"\\npm -v"