Skip to content

Improve pipeline status in case that pipeline has no jobs

Grzegorz Bizon requested to merge fix/status-of-pipeline-without-builds into master

What does this MR do?

This MR resolves problem with pipeline status when there are no build in pipeline.

This can happen when builds were skipped - for example - by using only/except keyword in .gitlab-ci.yml.

What are the relevant issue numbers?

Closes #17977 (closed)

Merge request reports