l-qing
l-qing
/retest-required
> @l-qing could this be achieved with with a `kustomize` based resolver ? I think it's possible. This is essentially similar to using kustomize to merge multiple yaml resources. The...
@vdemeester A significant issue is that once a PipelineRun is created, modifications the spec fields are not allowed. If it's an external mechanism, this problem cannot be avoided. So I...
To see why the when check was skipped, you should be able to find it in the status of your PipelineRun's YAML.
Suggestion: ``` when: - input: $(tasks.status) operator: in values: ["Succeeded", "Completed"] ``` Ref: https://tekton.dev/docs/pipelines/pipelines/#using-aggregate-execution-status-of-all-tasks Status | Description -- | -- Succeeded | all tasks have succeeded Failed | one ore...