mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +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 {
|
pipeline {
|
||||||
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'gradle:8.1.1-jdk17'
|
||||||
|
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
||||||
|
}
|
||||||
|
}
|
||||||
agent any
|
agent any
|
||||||
environment {
|
environment {
|
||||||
DOCKER_IMAGE = "prankumar313"
|
DOCKER_IMAGE = "prankumar313"
|
||||||
|
|
Loading…
Reference in a new issue