Change Jenkinsfile

This commit is contained in:
Igor 2019-11-23 17:22:24 +01:00
parent 70f6748433
commit 1f20a8b43c
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
node {
tools {nodejs "nodejs"}
tools {
nodejs "nodejs"
}
stage('Install node modules'){
sh "npm install"