mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
8766ed8826
commit
349ad487f4
1 changed files with 7 additions and 7 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
environment {
|
environment {
|
||||||
IMAGE_BASE = 'rodley/spring-petclinic'
|
IMAGE_BASE = 'rodley/spring-petclinic'
|
||||||
IMAGE_TAG = "$BUILD_NUMBER"
|
IMAGE_TAG = "$BUILD_NUMBER"
|
||||||
|
@ -5,8 +7,6 @@ environment {
|
||||||
IMAGE_NAME_LATEST = "${env.IMAGE_BASE}:latest"
|
IMAGE_NAME_LATEST = "${env.IMAGE_BASE}:latest"
|
||||||
DOCKERFILE_NAME = "Dockerfile"
|
DOCKERFILE_NAME = "Dockerfile"
|
||||||
}
|
}
|
||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout SCM') {
|
stage('Checkout SCM') {
|
||||||
|
|
Loading…
Reference in a new issue