This commit is contained in:
Joan Sanchez 2018-10-25 08:53:58 +02:00
parent 7c3f90e7c2
commit 75f6004b2c
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -39,7 +39,8 @@ node {
} */
stage ('Generating new dockers') {
docker.build('vn-loopback:latest ./services/loopback/');
sh "apt install docker-ce"
//docker.build('vn-loopback:latest ./services/loopback/');
//sh "docker build -t vn-loopback:latest ./services/loopback/"