Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SubbuTechTutorials authored Oct 23, 2024
1 parent 811924d commit 3c19f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
TRIVY_DB_CACHE = "/var/lib/jenkins/trivy-db"

AWS_ACCOUNT_ID = '905418425077'
ECR_REPO_URL = '905418425077.dkr.ecr.ap-south-1.amazonaws.com/preprod-petclinic'
ECR_REPO_URL = '905418425077.dkr.ecr.ap-south-1.amazonaws.com/prod-petclinic'
AWS_REGION_ECR = 'ap-south-1'

AWS_REGION = 'ap-south-1' // Updated to match your EKS region
Expand Down

0 comments on commit 3c19f35

Please sign in to comment.