From 616a47732445b17313fc9b37d2b634339d5192b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de>
Date: Fri, 30 Jun 2023 14:57:19 +0200
Subject: [PATCH] fix: use correct build cache

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

diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile
index 8d6bd9bb..ab372b15 100755
--- a/.ci/Jenkinsfile
+++ b/.ci/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
 	parameters {
 		string(name: 'BUILD_CACHE_NAME',
-			   defaultValue: 'init_from_2022-11-28_1',
+			   defaultValue: 'init_from_2023-05-10_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