Using Continuous Integration

The Continuous Integration area lets developers check information on backend and frontend builds.

From Continuous Integration in the Developer area, you can find information about your backend and frontend builds such as branch, date, status, and short commit hash. Additionally, you can access the related build logs and commit diff.

For further information on continuous integration, see Continuous integration.

The Continuous Integration area displaying the table of available builds

View build logs

To view the build logs, follow these steps:

  1. From the Studio home page or from the left menu, go to Developer > Continuous Integration.

  2. Hold your pointer over the build of which you want to see the build logs.

  3. Click the Build log icon: the Build log dialog opens.

  4. In the Build log dialog do the following:

    • To view backend build logs, expand the sections in the Backend tab. You can also download the logs by clicking Download raw log.

    • To view frontend build logs, click either Frontend staging or Frontend production: Humio build log opens.

      If you are not using Humio as your log management system, you cannot access frontend build logs from these links.

View commit diff

To view the commit diff, follow these steps:

  1. From the Studio home page or from the left menu, go to Developer > Continuous Integration.
  2. Click the Short commit hash of the build for which you want to view the commit diff: a new tab with the GitHub commit diff page opens in your browser.

If you are using a custom continuous integration for your custom Git repository, you cannot view the commit diff.