Jenkinsfile fixes
This commit is contained in:
parent
1b2e5e491c
commit
7a4510ebc8
|
@ -84,7 +84,7 @@ pipeline {
|
|||
sh "docker-compose pull"
|
||||
sh "docker-compose up -d"
|
||||
}
|
||||
},
|
||||
}
|
||||
stage('Host 2') {
|
||||
environment {
|
||||
DOCKER_HOST = "${env.DOCKER_HOST_2}"
|
||||
|
|
Loading…
Reference in New Issue