-
Bug
-
Resolution: Fixed
-
Minor
The following pipeline does not work, as NodeJSInstallation seems not to add node and npm to the classpath.
pipeline { tools { "jenkins.plugins.nodejs.tools.NodeJSInstallation" "NodeJS_0.10.33" } agent any stages { stage ('test') { steps { sh "node --version" sh "npm --version" } } } }
- is duplicated by
-
JENKINS-41721 NodeJS Plugin fails when using the pipeline
-
- Closed
-
- relates to
-
JENKINS-40555 Add a @Symbol for Custom Tools and populate environment
-
- Open
-
[JENKINS-40624] nodejs installer not compatible with declarative pipeline definition
Assignee | Original: Andrew Bayer [ abayer ] |
Link | New: This issue relates to JENKINS-40555 [ JENKINS-40555 ] |
Assignee | New: Dominik Bartholdi [ imod ] |
Assignee | Original: Dominik Bartholdi [ imod ] | New: Nikolas Falco [ nfalco ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is duplicated by |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Component/s | Original: pipeline-model-definition-plugin [ 21706 ] | |
Labels | New: pipeline |