From 01cc441adf6d700d385fbaab25fe81da4629e621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 6 May 2021 17:54:13 +0200 Subject: [PATCH] chore(ci): skip pull of images from code --- .ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index fa542806ae..25dd02176b 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -18,6 +18,7 @@ pipeline { JOB_GIT_CREDENTIALS = "2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken" DOCKER_ELASTIC_SECRET = 'secret/observability-team/ci/docker-registry/prod' DOCKER_REGISTRY = 'docker.elastic.co' + SKIP_PULL = 'true' } options { timeout(time: 1, unit: 'HOURS')