From ef6c2148eb00e7b3156caa3d366d2c34920bc463 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de>
Date: Mon, 11 Sep 2023 16:45:49 +0200
Subject: [PATCH] chore: update build cache

(extracted from 2023-09-07_1.img)

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

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