We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da37782 commit e26cb24Copy full SHA for e26cb24
JenkinsFile
@@ -1,8 +1,8 @@
1
pipeline {
2
agent any
3
- //environment {
4
- // NODE_HOME = tool name: 'nodejs-latest', type: 'NodeJSInstallation'
5
- // }
+ environment {
+ NODE_HOME = tool name: 'nodejs-latest', type: 'NodeJSInstallation'
+ }
6
stages {
7
stage('Checkout') {
8
steps {
0 commit comments