mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
ed292a080f
commit
ee41c939a9
1 changed files with 1 additions and 6 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,10 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
docker {
|
|
||||||
image 'docker:latest'
|
|
||||||
args '--privileged -v /var/lib/docker'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
environment {
|
environment {
|
||||||
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials'
|
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue