Improve pipeline status in case that pipeline has no jobs
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)