Jenkinsfile

This commit is contained in:
Vicente Falco 2017-05-12 14:47:15 +02:00
parent 88992438e2
commit da5a9a39f2
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -25,6 +25,10 @@ node {
checkout scm
}
stage ('install modules'){
sh "npm install"
}
stage ('build Project Salix'){
sh "gulp build"
}