cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Allow to create pipeline from a branch

Open mzueva opened this issue 3 years ago • 0 comments
trafficstars

Background At the moment pipeline uses default branch working with the underlying VCS. For some cases it would be helful to allow user to create a pipeline from a brach.

Approach Let's add a field branch to a pipeline, if this field is specified it shall be used to request current commit from the VCS, otherwise the default branch shall be used. API shall support update of this field.

mzueva avatar May 30 '22 13:05 mzueva