Skip to content

Commit 56acfbb

Browse files
authored
Update Jenkinsfile
1 parent 27d733f commit 56acfbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ pipeline {
33
stages {
44
stage('build') {
55
steps {
6-
sh 'npm install -g clever-tools'
6+
sh 'nvm list'
77
}
88
}
99

1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)