-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Pipelines - Manual / Scheduled Triggers
-
None
-
Severity 3 - Minor
Issue Summary
Ideally we index the pipeline run based on the commit since they are unique (same commit, same code).
Steps to Reproduce
- push commit A
- push commit B
- git reset back to commit A
- git push -f
Expected Results
The pipeline results should link back to the previous run of commit A
Actual Results
commit A now has 2 running pipelines
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available