mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
add build image
This commit is contained in:
parent
2ba17ecb45
commit
2ba789c2a1
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -33,7 +33,6 @@ pipeline {
|
|||
stage('Build Image') {
|
||||
agent {
|
||||
image 'docker:20.10.16'
|
||||
args '--privileged -v /var/ryn/docker.sock:/var/run/docker.sock'
|
||||
}
|
||||
steps {
|
||||
sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084'
|
||||
|
|
Loading…
Reference in a new issue