From 6f00784d9c82e3c977061dc3df2d97a8aa18758b Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Tue, 3 Sep 2019 10:09:16 +0200 Subject: [PATCH] ci(jenkins): disable shallow clone --- .ci/downstreamTests.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/downstreamTests.groovy b/.ci/downstreamTests.groovy index 065bb5633..ad5c32ae2 100644 --- a/.ci/downstreamTests.groovy +++ b/.ci/downstreamTests.groovy @@ -55,7 +55,8 @@ pipeline { repo: "${REPO}", credentialsId: "${JOB_GIT_CREDENTIALS}", mergeTarget: "${params.MERGE_TARGET}", - reference: '/var/lib/jenkins/apm-agent-python.git') + reference: '/var/lib/jenkins/apm-agent-python.git', + shallow: false) stash allowEmpty: true, name: 'source', useDefaultExcludes: false } }