mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
00149b904a
commit
76756dabb1
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -2,7 +2,8 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
environment {
|
environment {
|
||||||
GRADLE_BUILD_IMAGE = "gradle:8.12.0-jdk17"
|
GRADLE_BUILD_IMAGE = "gradle:8.12.0-jdk17"
|
||||||
DOCKER_BUILD_IMAGE = "docker:27"
|
DOCKER_VERSION = "27.3.1"
|
||||||
|
DOCKER_BUILD_IMAGE = "docker:${DOCKER_VERSION}" /
|
||||||
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials' // Jenkins credential ID for Docker Hub
|
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials' // Jenkins credential ID for Docker Hub
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue