tektoncd / pipeline

A cloud-native Pipeline resource.
https://tekton.dev
Apache License 2.0
8.5k stars 1.78k forks source link

Unable to remove finally tasks in pipeline builder mode #8358

Closed RoboMWM closed 2 weeks ago

RoboMWM commented 3 weeks ago

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

  1. Create a finally task in a pipeline in pipeline builder
  2. Save pipeline
  3. Edit pipeline and remove finally task in pipeline builder
  4. Save pipeline
  5. Observe that the finally task has not been removed

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 under spec in the YAML view.

AlanGreene commented 3 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.

vdemeester commented 2 weeks ago

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.