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.