[go: up one dir, main page]

Add ability to configure inputs when triggering MR pipelines

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Problem

Users can trigger merge request pipelines from the MR pipeline tab, but only with default input values. Unlike branch pipelines which can be triggered with custom inputs (and variables) via the "New pipeline" page. Users would like the ability to customize inputs value for

Proposed Solution

Enhance the merge request pipeline tab to support input configuration, similar to how branch pipelines can be triggered with custom inputs from the main pipelines page.

MR widget:

Has only an option to run pipeline without customizing inputs

image

New pipeline:

Has an option to customize inputs (and variables), but its only applies to branch pipelines image

MVC proposal

We can start with API only as an MVC and work on the FE part in future iteration

Edited by Dov Hershkovitch