Error JenkinsFile

This commit is contained in:
Vicente Falco 2017-11-08 17:08:09 +01:00
parent 254615331a
commit 32a6117d22
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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