Uploading CI Build Data
Last updated
Last updated
In the following, we provide an example of how to push your build-run information to Logilica for storage and built-in analytics.
The cURL POST command is below. Note, that the POST command includes the example API token lgca_UeRxFs_3RYRJEJtdYp7j7Wa6DirG5NjiYslsb
and the example workspace myworkspace
. The command URL also includes a placeholder for the repoID to associate the uploaded issues with.
If you have any questions or run into issues, please contact us at support@logilica.com.
Create or update a CI build
The service / app that the build pipeline belongs to, e.g. 'GITHUB', 'GITLAB'
The ID of this build job with the service origin
Name of the CI build
The URL to which this CI build may be accessed
UNIX timestamp of when the CI build began running
UNIX timestamp of when the CI build was submitted
UNIX timestamp of when the CI build ended
Details of person who triggered the build
Status of the CI build, e.g. 'Completed', 'Running'
Outcome of the CI build, e.g. 'Success', 'Fail'
URL for the git repository this belongs to
The git commit hash that identifies the git commit this workflow run corresponds to
An array of URLs of pull requests that are linked to this CI build
Boolean indicating whether the CI build is a deployment run or not
An array of CI build stages