mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
b996d43f92
commit
040ecfe1b5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
AWS_CREDENTIAL_NAME = "AWSCredentials"
|
AWS_CREDENTIAL_NAME = "AWSCredentials"
|
||||||
REGION = "ap-northest"
|
REGION = "ap-northest-2"
|
||||||
DOCKER_IMAGE_NAME = "std01-spring-petclinic"
|
DOCKER_IMAGE_NAME = "std01-spring-petclinic"
|
||||||
ECR_REPOSITORY = "257307634175.dkr.ecr.ap-northeast-2.amazonaws.com"
|
ECR_REPOSITORY = "257307634175.dkr.ecr.ap-northeast-2.amazonaws.com"
|
||||||
ECR_DOCKER_IMAGE = "${ECR_REPOSITORY}/${DOCKER_IMAGE_NAME}"
|
ECR_DOCKER_IMAGE = "${ECR_REPOSITORY}/${DOCKER_IMAGE_NAME}"
|
||||||
|
|
Loading…
Reference in a new issue