diff --git a/Jenkinsfile b/Jenkinsfile index f3ac6f357..6d2db9fde 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { script { def docker_image=docker.build("mr:8084/spring-petclinic:$GIT_COMMIT") sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084' - docker.withRegistry('mr:8084') { + docker.withRegistry('http://mr:8084') { docker_image.push() } }