ci: Update workspace volume PVC name
dustin/airplaypi/pipeline/head Something is wrong with the build of this commit
Details
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.
parent
07991d7ea6
commit
3847dd7ff7
|
@ -12,7 +12,7 @@ pipeline {
|
|||
kubernetes {
|
||||
yamlFile 'ci/podTemplate.yaml'
|
||||
workspaceVolume persistentVolumeClaimWorkspaceVolume(
|
||||
claimName: 'buildroot-airplaypi'
|
||||
claimName: 'buildroot'
|
||||
)
|
||||
defaultContainer 'build'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue