Cancel PipelineRun using Cancelled
status instead of PipelineRunCancelled
#1553
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
As of today if we want to cancel a PipelineRun forcefully, CLI uses
PipelineRunCancelled
status which is deprecated. With tektoncd/pipeline#4668,Cancelled
can be used in place ofPipelineRunCancelled
status to cancel a PipelineRun forcefully as it's being moved out of feature-flags. Moreover, we need to add backward compatible support for the case where user is using latest CLI version but the Pipelines version installed on the cluster is an older one./kind feature
The text was updated successfully, but these errors were encountered: