datadog-ci icon indicating copy to clipboard operation
datadog-ci copied to clipboard

Use Datadog from your CI.

Results 108 datadog-ci issues
Sort by recently updated
recently updated
newest added

### Feature request description I'd like to be able to run the `trace` command on Github Actions. ### Solution Add github as a supported provider for the trace command. ###...

enhancement
ci-visibility

### Feature request description I'd like to be able to add measures using `--measures` (as per the current `--tags` behavior) with the `trace` command. ### Solution Add support for measures...

enhancement
ci-visibility

### Feature request description When enriching our CI Visibility with tags and measure, we often need to add them on a step, in addition to pipeline and job. ### Solution...

enhancement
ci-visibility

### Bug description Hi, I get the following error when attempting to run a sbom upload, any help would be appreciated! $ DD_SERVICE=api DD_ENV=dev datadog-ci sbom upload --debug trivy.json Processing...

bug

### Bug description When running synthetics from the datadog ci, if the test results contain a special character (such as an error returned during a browser test step) the ci...

bug
synthetics

### Bug description I have added ci_post_xcodebuild.sh file in my project ``` #!/usr/bin/env bash if [ "$CI_WORKFLOW" = "Release" ]; then mkdir build TMPDIR=build/datadog mkdir $TMPDIR curl -L --fail https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_darwin-x64...

bug
rum

### Feature request description Hi folks, I'm looking at incorporating this tool to run E2E tests in my CI pipelines, but there is one feature that I feel is missing:...

enhancement
synthetics

### Feature request description Currently, the `trace` command only supports CircleCI and Jenkins. We use self-managed Gitlab and I would love to be able to see our custom commands in...

enhancement
ci-visibility

### What and why? Currently `datadog-ci` currently looks between two variable for the datadog site. `DATADOG_SITE` and `DD_SITE` except it doesn't always look at `DD_SITE` for some commands. This can...

topic:environment-variables

### Bug description Hello, just configured launching synthetic test from our ci. It works, but we get this strange error : ``` $ datadog-ci synthetics run-tests --datadogSite "datadoghq.eu" --apiKey "$DD_SYNTHETICS_API_KEY"...

bug
synthetics