Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
}
environment {
AWS_CREDENTIAL_NAME=AWSCredentials
AWS_CREDENTIAL_NAME = AWSCredentials
REGION = "ap-northest"
DOCKER_IMAGE_NAME = "std01-spring-petclinic"
ECR_REPOSITORY = "257307634175.dkr.ecr.ap-northeast-2.amazonaws.com"