We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c57b9 commit 8dd1384Copy full SHA for 8dd1384
1 file changed
.ci/downstreamTests.groovy
@@ -55,7 +55,8 @@ pipeline {
55
repo: "${REPO}",
56
credentialsId: "${JOB_GIT_CREDENTIALS}",
57
mergeTarget: "${params.MERGE_TARGET}",
58
- reference: '/var/lib/jenkins/apm-agent-python.git')
+ reference: '/var/lib/jenkins/apm-agent-python.git',
59
+ shallow: false)
60
stash allowEmpty: true, name: 'source', useDefaultExcludes: false
61
}
62
0 commit comments