From 15ca28a5a00ed6f9d8fb3f712034b5c9eb845568 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de>
Date: Mon, 27 Sep 2021 11:16:36 +0200
Subject: [PATCH] Switch(visionary) to new build cache

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

diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile
index 20548768..6107e105 100755
--- a/.ci/Jenkinsfile
+++ b/.ci/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
 	parameters {
 		string(name: 'BUILD_CACHE_NAME',
-			   defaultValue: 'init_from_2021-05-15_1',
+			   defaultValue: 'init_from_2021-09-25_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