Commit Graph

4 Commits

Author SHA1 Message Date
332e36a388 ci: Use a dynamic PVC for the workspace volume
Some checks reported errors
dustin/metricspi/pipeline/head Something is wrong with the build of this commit
Using an actual persistent volume for the workspace ultimately doesn't
work with multibranch pipelines.  When a branch/PR goes away and the
corresponding Jenkins job is deleted, the workspace cannot be cleaned up
because it is not mounted anywhere.  As such, we will just use a dynamic
PVC to ensure that the workspace is always cleaned up and nothing gets
left behind.  This of course obviates the need for the `Clean`
parameter.
2022-12-21 09:56:11 -06:00
06b04abf47 ci: Switch to K8s build agent
Some checks reported errors
dustin/metricspi/pipeline/pr-master This commit looks good
dustin/metricspi/pipeline/head Something is wrong with the build of this commit
2022-08-29 11:30:41 -05:00
a767ed66a5 ci: Build package 2022-06-22 21:13:24 -05:00
6176e86eff ci: Add CI pipeline
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
2022-06-22 17:11:55 -05:00