Skip to content

feat: Add retry/cancel pipeline to context menu

Lennard Sprong requested to merge (removed):pipeline_context_retry into main

Continuation of #590 (closed) and !633 (merged)

This adds "Retry failed jobs" and "Cancel pipeline" to the context menu of the pipeline item in the treeview. It's possible to have both the Retry and Cancel buttons available, if some of the jobs are still running.

The implementation of the existing triggerPipelineAction command has been simplified, and now uses the new commands.

afbeelding

Merge request reports