cloud-pipeline
cloud-pipeline copied to clipboard
Allow to create pipeline from a branch
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.