mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05: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 {
|
||||
agent {
|
||||
docker {
|
||||
image 'docker:latest'
|
||||
args '--privileged -v /var/lib/docker'
|
||||
}
|
||||
}
|
||||
agent any
|
||||
environment {
|
||||
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue