Change Jenkinsfile

This commit is contained in:
Igor 2019-11-23 17:26:56 +01:00
parent 1f20a8b43c
commit 9958c0636b
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
node {
tools {
nodejs "nodejs"
}
pipeline {
agent any
tools {nodejs "nodejs"}
stages {
stage('Install node modules'){
sh "npm install"
}