From 8e49163f6e05a27756297e675ca1dc53b40c008c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 15 Nov 2025 13:13:48 -0600 Subject: [PATCH] ci: Update workspace volume PVC name Moving to using a single PVC for all Buildroot jobs. --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 69a618b..f2d8bc6 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { yamlFile 'ci/podTemplate.yaml' yamlMergeStrategy merge() workspaceVolume persistentVolumeClaimWorkspaceVolume( - claimName: 'buildroot-aimeeos' + claimName: 'buildroot' ) defaultContainer 'build' }