diff --git a/Jenkinsfile b/Jenkinsfile index 1e6a8a5b2..f472b8d7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,6 @@ pipeline { } } steps { - checkout scm script { def docker_image=docker.build("mr:8084/spring-petclinic:$GIT_COMMIT") sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084'