mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
remobed checkout scm step in build image
This commit is contained in:
parent
935ce0c7aa
commit
ebf39d32e4
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue