Change Jenkinsfile

This commit is contained in:
Igor 2019-11-23 17:19:37 +01:00
parent 40a7176dd6
commit 70f6748433
1 changed files with 3 additions and 0 deletions

View File

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