Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-15 14:28:44 +09:00 committed by GitHub
parent b996d43f92
commit 040ecfe1b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -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}"