Skip to content

bugfix when a pipeline can be considered finished

After trigger the manual jobs, the tool waits until the pipeline finishes. But if it takes a bit of time to start the triggered jobs, the tool confuses this initial status with a valid succeeded pipeline.

A verification that a pipeline has really started is needed after triggering the manual jobs. Only then it can be check if the pipeline has finished.

Merge request reports