Skip to content

Commit d855a3f

Browse files
authored
Update JenkinsFile
1 parent af6898b commit d855a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pipeline {
22
agent any
33

44
environment {
5-
NODE_HOME = tool name: 'nodejs', type: 'NodeJS'
5+
NODE_HOME = tool name: 'plwnodejs', type: 'NodeJS'
66
PATH = "${NODE_HOME}/bin:${env.PATH}"
77
}
88

0 commit comments

Comments
 (0)