diff --git a/Jenkinsfile b/Jenkinsfile index f2838a43a..94cdae728 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,9 +63,11 @@ try { env.DOCKER_TLS_VERIFY = 1 env.DOCKER_HOST = 'tcp://vch1.verdnatura.es:2376'; + sh "docker-compose pull" sh "docker-compose up -d" env.DOCKER_HOST = 'tcp://vch2.verdnatura.es:2376'; + sh "docker-compose pull" sh "docker-compose up -d" } }