diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile
index 90520fe23e0fe5663d59eccb991791a930cd9465..f1e4ebf8828acc8e1cef1ee7f15b770f443bb2f5 100755
--- a/.ci/Jenkinsfile
+++ b/.ci/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
 	parameters {
 		string(name: 'BUILD_CACHE_NAME',
-			   defaultValue: 'init_from_2023-09-07_1',
+			   defaultValue: 'init_from_2023-10-24',
 			   description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
 	}