Closed RoboMWM closed 2 weeks ago
I'm not sure if this is the correct place to report this issue, as it appears to be an issue with the Pipeline Builder view in OpenShift's UI
https://github.com/openshift-pipelines/console-plugin looks like it might be the correct place. @vdemeester may be able to confirm.
Yes, this should be reported on console-plugin
indeed (or openshift/console
, but console-plugin
should be fine).
@RoboMWM I'll let you create an issue on https://github.com/openshift-pipelines/console-plugin and I'll be closing this one.
Expected Behavior
Finally task gets removed from pipeline when removing the finally tasks and saving the pipeline in the "pipeline builder" mode.
Actual Behavior
The finally tasks do not get removed and remain in the pipeline.
Steps to Reproduce the Problem
Additional Info
I'm not sure if this is the correct place to report this issue, as it appears to be an issue with the Pipeline Builder view in OpenShift's UI and not Tekton itself, as I'm able to delete finally tasks if I remove the entire
finally
section underspec
in the YAML view.