mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +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') {
|
stage('Build Image') {
|
||||||
agent {
|
agent {
|
||||||
image 'docker:20.10.16'
|
docker {
|
||||||
args '--privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
image 'docker:20.10.16'
|
||||||
|
args '--privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084'
|
sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084'
|
||||||
|
|
Loading…
Reference in a new issue