From a004f54a0b8cca343576cabfa4a390d0027cbe8a Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Mon, 13 Apr 2020 12:10:32 +0200 Subject: [PATCH] test: make a pull after login to test --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0cfc65fab01..bd549ba8ce4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -660,6 +660,7 @@ def withBeatsEnv(boolean archive, Closure body) { deleteDir() unstash 'source' dockerLogin(secret: "${DOCKERELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}") + sh 'docker pull docker.elastic.co/observability-ci/database-enterprise:12.2.0.1' dir("${env.BASE_DIR}") { sh(label: "Install Go ${GO_VERSION}", script: ".ci/scripts/install-go.sh") sh(label: "Install docker-compose ${DOCKER_COMPOSE_VERSION}", script: ".ci/scripts/install-docker-compose.sh")