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
ea795ed756
commit
9bc6c07062
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,4 +1,10 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'gradle:8.1.1-jdk17'
|
||||
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
||||
}
|
||||
}
|
||||
agent any
|
||||
environment {
|
||||
DOCKER_IMAGE = "prankumar313"
|
||||
|
|
Loading…
Reference in a new issue