mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Update Jenkinsfile
Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
parent
b1861babf7
commit
ab0a17732e
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,5 +1,10 @@
|
|||
pipeline{
|
||||
agent any
|
||||
agent {
|
||||
docker {
|
||||
image 'docker:24.0.5-dind' // Or use another version
|
||||
args '--privileged' // Required to run Docker inside Docker
|
||||
}
|
||||
}
|
||||
|
||||
environment{
|
||||
imageTag = "latest"
|
||||
|
|
Loading…
Reference in a new issue