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
ca98165557
commit
040f392060
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue