We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd4bc4 commit 8f8d380Copy full SHA for 8f8d380
.gitlab-ci.yml
@@ -53,7 +53,7 @@ variables:
53
AUTOCA_URL: https://ci.dcache.org/ca
54
DCACHE_HELM_REPO: https://gitlab.desy.de/api/v4/projects/7648/packages/helm/test
55
DCACHE_COMPATIBILITY_VERSION: 9.2.20
56
- JACOCO_VERSION: 0.8.14 # match maven plugin version
+ JACOCO_VERSION: 0.8.14 #must match maven plugin version
57
58
# let's debug nodes where job is running
59
before_script:
@@ -713,7 +713,6 @@ get_jacoco_cli:
713
key: "jacoco-cli-${JACOCO_VERSION}" #cache per version
714
paths:
715
- "jacoco-${JACOCO_VERSION}/" #cache the entire JaCoCo directory
716
- policy: pull
717
artifacts:
718
719
- "jacoco-${JACOCO_VERSION}/lib/jacococli.jar"
0 commit comments