From 35a1ad455d433c844310e793c1c25b619c432b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 29 Oct 2025 16:11:38 -0300 Subject: [PATCH] update --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0a84059..b17917f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,6 +61,7 @@ pipeline { } stage('Pull Image') { steps { + sleep time: 30, unit: 'SECONDS' sh 'docker pull "${AWS_REGISTRY}:${IMAGE_TAG}"' } }