CICD

Documentation on how to wire up CICD to publish data to DevGrid.

A great way to keep your DevGrid data fresh and up to date, is to leverage our API during your CICD Pipeline.

We have a number of helpers for various CICD platforms. As well as examples that could be leveraged in other environments.

You can script your CICD integration to do whatever you wish, but our recommendation is to run two primary commands:

  1. devgrid-cli sync
    This will sync all the details it can from your existing repo into the DevGrid Platform.
  2. devgrid-cli event "build-fail" or "build-success"
    This will send a build event with success or failure to the DevGrid Platform.