This commit is contained in:
Ramón Vásquez 2025-10-29 16:11:38 -03:00
parent bba9bd8297
commit 35a1ad455d

1
Jenkinsfile vendored
View file

@ -61,6 +61,7 @@ pipeline {
}
stage('Pull Image') {
steps {
sleep time: 30, unit: 'SECONDS'
sh 'docker pull "${AWS_REGISTRY}:${IMAGE_TAG}"'
}
}