From 5e92736034015b1225984762d40fe39cf19cb911 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Mon, 13 Apr 2020 13:55:42 +0200 Subject: [PATCH] docs: add note to the workaround --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index bd549ba8ce4..f76cb7d3ea6 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}") + // FIXME workaround untill we fix the packer cache 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")