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