Skip to content

Commit e26cb24

Browse files
authored
Update JenkinsFile
1 parent da37782 commit e26cb24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JenkinsFile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pipeline {
22
agent any
3-
//environment {
4-
// NODE_HOME = tool name: 'nodejs-latest', type: 'NodeJSInstallation'
5-
// }
3+
environment {
4+
NODE_HOME = tool name: 'nodejs-latest', type: 'NodeJSInstallation'
5+
}
66
stages {
77
stage('Checkout') {
88
steps {

0 commit comments

Comments
 (0)