mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-12 13:01:10 +00:00
bug fixing
This commit is contained in:
parent
059954ae34
commit
ee7775d2ad
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -32,8 +32,10 @@ pipeline {
|
|||
}
|
||||
stage('Build Image') {
|
||||
agent {
|
||||
image 'docker:20.10.16'
|
||||
args '--privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
||||
docker {
|
||||
image 'docker:20.10.16'
|
||||
args '--privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue