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.
- Jenkins
- GitHub Actions
- GitLab CI
- Azure DevOps Pipelines
- Circle CI
- AWS Code Pipelines
- Atlasssian Bamboo
You can script your CICD integration to do whatever you wish, but our recommendation is to run two primary commands:
devgrid-cli sync
This will sync all the details it can from your existing repo into the DevGrid Platform.devgrid-cli event"build-fail" or "build-success"
This will send a build event with success or failure to the DevGrid Platform.
Updated about 1 year ago
