From d459b1a10f0c17b954e0bcffd105c17e2df41816 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 25 Nov 2019 13:30:55 +0100 Subject: [PATCH] Bump cache version for Azure pipeline --- ci-templates/stages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-templates/stages.yml b/ci-templates/stages.yml index 637b2ce1db4500..e2f47e4bb51f59 100644 --- a/ci-templates/stages.yml +++ b/ci-templates/stages.yml @@ -33,7 +33,7 @@ stages: - task: CacheBeta@0 inputs: # the number below is a cache version when we want to force a cache refresh - key: maven | "1" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect + key: maven | "2" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect path: $(MAVEN_CACHE_FOLDER) securityNamespace: cache cacheHitVar: CACHE_RESTORED @@ -63,7 +63,7 @@ stages: - task: CacheBeta@0 inputs: # the number below is a cache version when we want to force a cache refresh - key: mavenWindows | "1" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect + key: mavenWindows | "2" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect path: $(MAVEN_CACHE_FOLDER) securityNamespace: cache cacheHitVar: CACHE_RESTORED