• Rémy Coutable's avatar
    Merge branch 'fix/status-of-pipeline-without-builds' into 'master' · 700a88a8
    Rémy Coutable authored
    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
    
    See merge request !4403
    700a88a8
gitlab_ci_yaml_processor.rb 11.6 KB