ci: Update workspace volume PVC name
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good

Moving to using a single PVC for all Buildroot jobs.
This commit is contained in:
2025-11-15 13:13:48 -06:00
parent 91b584dfd2
commit 8e49163f6e

2
ci/Jenkinsfile vendored
View File

@@ -13,7 +13,7 @@ pipeline {
yamlFile 'ci/podTemplate.yaml' yamlFile 'ci/podTemplate.yaml'
yamlMergeStrategy merge() yamlMergeStrategy merge()
workspaceVolume persistentVolumeClaimWorkspaceVolume( workspaceVolume persistentVolumeClaimWorkspaceVolume(
claimName: 'buildroot-aimeeos' claimName: 'buildroot'
) )
defaultContainer 'build' defaultContainer 'build'
} }