retain validation history for CI jobs
When a pull request is created against a branch that triggers a CI job, a validation is run. Sometimes, this validation hits errors and adjustments need to be made to the metadata filter and/or problem analyzer template until the validation succeeds. However, once the PR is promoted and the CI job successfully fires, the validation history for that PR is no longer accessible. It would be useful to be able to retain that validation history, as it would help to do further investigation into the validation errors that were hit after the fact.
There is not always time during a deployment to investigate the issue and implement a full resolution - sometimes it is best to exclude the erroring component and deploy it later via an org-to-org comparison. But I often want to then go back to resolve the issue such that the erroring component can be pushed via the CI job in the future.