Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2019-01-11 14:16:34 +01:00
parent 1b2e5e491c
commit 7a4510ebc8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -84,7 +84,7 @@ pipeline {
sh "docker-compose pull"
sh "docker-compose up -d"
}
},
}
stage('Host 2') {
environment {
DOCKER_HOST = "${env.DOCKER_HOST_2}"