From a42e61289792a37c639dad1047ceb9482e1f1d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 29 Oct 2025 16:14:36 -0300 Subject: [PATCH] update --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index b17917f..48f97b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,6 +41,10 @@ pipeline { aws ecr get-login-password --region "$AWS_REGION" \ | docker login --username AWS --password-stdin "$ECR_REGISTRY" ''' + sh ''' + aws ecr describe-repositories --repository-names "liesa/testing-python-app" || \ + aws ecr create-repository --repository-name "liesa/testing-python-app" + ''' } } }