Jenkinsfile

This commit is contained in:
Vicente Falco 2017-11-08 18:01:15 +01:00
parent 18121e1d9d
commit 560f41307f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ node
{
stage ("install modules loopback service")
{
sh "npm install ./services/loopback"
sh "cd ./services/loopback && npm install"
}
stage ("Stopping/Removing Docker")