Skip to content

Commit 8dd1384

Browse files
ci(jenkins): disable shallow clone (#582)
1 parent b1c57b9 commit 8dd1384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/downstreamTests.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ pipeline {
5555
repo: "${REPO}",
5656
credentialsId: "${JOB_GIT_CREDENTIALS}",
5757
mergeTarget: "${params.MERGE_TARGET}",
58-
reference: '/var/lib/jenkins/apm-agent-python.git')
58+
reference: '/var/lib/jenkins/apm-agent-python.git',
59+
shallow: false)
5960
stash allowEmpty: true, name: 'source', useDefaultExcludes: false
6061
}
6162
}

0 commit comments

Comments
 (0)