From bd32f2ed6077f17c7b3936e564235fba76e91976 Mon Sep 17 00:00:00 2001
From: Philipp Spilger <philipp.spilger@kip.uni-heidelberg.de>
Date: Thu, 23 Jun 2022 10:26:10 +0200
Subject: [PATCH] Change build cache of visionary build to newly created one

Change-Id: I046464358e9723775970ceab648cf67bfc7ffd4e
---
 .ci/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile
index 8958d59a..b3120e39 100755
--- a/.ci/Jenkinsfile
+++ b/.ci/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
 	parameters {
 		string(name: 'BUILD_CACHE_NAME',
-			   defaultValue: 'init_from_2021-10-22_1',
+			   defaultValue: 'init_from_2022-06-21_1',
 			   description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
 	}
 
-- 
GitLab