Skip to content
Snippets Groups Projects
Commit 616a4773 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix: use correct build cache

Change-Id: I670501ae17dd42fe5b323307b2b44189e38b7d92
parent e0b1c74c
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ pipeline {
parameters {
string(name: 'BUILD_CACHE_NAME',
defaultValue: 'init_from_2022-11-28_1',
defaultValue: 'init_from_2023-05-10_1',
description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment