From c7150369deb66f93c3d4bae990e20104d893e474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Thu, 21 Oct 2021 15:46:52 +0200 Subject: [PATCH] Switch to new build cache Change-Id: I4f4147281197aa54a0b3685cf529f53144493fd6 --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 90a56e01..187958f9 100755 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { parameters { string(name: 'BUILD_CACHE_NAME', - defaultValue: 'init_from_2021-09-25_1', + defaultValue: 'init_from_2021-10-22_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