diff --git a/Jenkinsfile b/Jenkinsfile index 086c58362cb..e6647a654bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -115,7 +115,7 @@ pipeline { script { sh 'rm junit/e2e-*.xml || true' env.COMPOSE_TAG = PROTECTED_BRANCH.contains(env.CHANGE_TARGET) ? env.CHANGE_TARGET : 'dev' - withDockerRegistry([credentialsId: 'docker-registry']) { + withDockerRegistry([credentialsId: 'docker-registry', url: "https://${env.REGISTRY}" ]) { sh "docker-compose ${env.COMPOSE_PARAMS} up -d" } def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')