diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile
index 7b0a142a01ac5da4a0e48826ce16158f03f8651a..fb8696e76ae19ceefe442c35daad98386d2da6ee 100755
--- a/.ci/Jenkinsfile
+++ b/.ci/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
 	parameters {
 		string(name: 'BUILD_CACHE_NAME',
-			   defaultValue: 'init_from_2022-06-21_1',
+			   defaultValue: 'init_from_2022-11-28_1',
 			   description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
 	}