View Builds on GitLab CI


      This file only relates to  GitLab.
      Click here to view the  GitHub Version
    

Ever wonder what all those checks the CI is doing when you are doing a MR (or any commits actually)?
Or wonder why your build is failing for some reason? This guide will show you how to access the CI to view the logs

  1. Go too your MR (or commit) and click the Pipelines Tab
  2. Click on the icon in the "Status" column
    Alternatively you can click on the Pipeline # hyperlink to go straight into the pipeline
    View GitLab CI #1
  3. Click on the build/test you wish to check the logs on
    View GitLab CI #2
  4. You can now view the logs as shown in the picture below
    View GitLab CI #3
Demo Video
The following is a video on how this is being done. Read the how-to guide before watching the video for actual steps to do it