ci: Update workspace volume PVC name
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good
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:
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user