This commit is contained in:
Vicente Falco 2017-11-07 09:15:44 +01:00
parent 623b24b48f
commit 56b43fc16d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ node
{ {
stage ('Checkout') { stage ('Checkout') {
checkout scm checkout scm
}
stage ('install modules'){ stage ('install modules'){
sh "npm install" sh "npm install"