ci: Update workspace volume PVC name
dustin/airplaypi/pipeline/head Something is wrong with the build of this commit Details

Now that we have _democratic-csi_ for storage management, the old manual
iSCSI volumes are being replaced with dynamically provisioned volumes.
As part of the migration process, I decided to consolidate all of the
Buildroot Jenkins jobs' workspaces into a single huge PVC.  This way, I
don't have to define a PVC for every one individually.
Dustin 2025-09-07 12:15:12 -05:00
parent 07991d7ea6
commit 3847dd7ff7
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
kubernetes {
yamlFile 'ci/podTemplate.yaml'
workspaceVolume persistentVolumeClaimWorkspaceVolume(
claimName: 'buildroot-airplaypi'
claimName: 'buildroot'
)
defaultContainer 'build'
}