From 7b61ed86d43247b7211422cce47351d1823d665f Mon Sep 17 00:00:00 2001 From: "guillaume.turbat" Date: Wed, 10 Dec 2025 17:25:30 +0100 Subject: [PATCH 1/5] Update datadog-ci setup to show all options --- .../pipelines/custom_commands.md | 2 ++ .../pipelines/custom_tags_and_measures.md | 28 +------------------ 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/content/en/continuous_integration/pipelines/custom_commands.md b/content/en/continuous_integration/pipelines/custom_commands.md index 71a773eaeeb..47a8a7385b2 100644 --- a/content/en/continuous_integration/pipelines/custom_commands.md +++ b/content/en/continuous_integration/pipelines/custom_commands.md @@ -32,6 +32,8 @@ Install the [`datadog-ci`][1] (>=v0.17.0) CLI globally using `npm`: npm install -g @datadog/datadog-ci {{< /code-block >}} +
For more ways to install the CLI, see this documentation.
+ ## Trace a command line To trace a command line, run: diff --git a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md index 849ec9731e9..6a94742b162 100644 --- a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md +++ b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md @@ -37,33 +37,7 @@ Install the [`datadog-ci`][1] (>=v1.15.0) CLI globally using `npm`: npm install -g @datadog/datadog-ci ``` -Alternatively, you can try and use the beta [standalone binary][2] if you don't want to use `npm`. - -{{< tabs >}} -{{% tab "Linux" %}} -To install the standalone binary on Linux, run: - -```shell -curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci -``` -{{% /tab %}} - -{{% tab "MacOS" %}} -To install the standalone binary on MacOS, run: - -```shell -curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_darwin-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci -``` -{{% /tab %}} - -{{% tab "Windows" %}} -To install the standalone binary on Windows, run: - -```shell -Invoke-WebRequest -Uri "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_win-x64" -OutFile "datadog-ci.exe" -``` -{{% /tab %}} -{{< /tabs >}} +
For more ways to install the CLI, see this documentation.
## Add tags to pipeline traces From 965329cc44f786e170f0330ecbd56b596a031b0d Mon Sep 17 00:00:00 2001 From: Guillaume Turbat <45032269+gturbat@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:02:28 +0100 Subject: [PATCH 2/5] Update custom_tags_and_measures.md --- .../pipelines/custom_tags_and_measures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md index 6a94742b162..d751111496f 100644 --- a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md +++ b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md @@ -37,7 +37,7 @@ Install the [`datadog-ci`][1] (>=v1.15.0) CLI globally using `npm`: npm install -g @datadog/datadog-ci ``` -
For more ways to install the CLI, see this documentation.
+
For more ways to install the CLI, see this documentation.
## Add tags to pipeline traces From d8d848bdf142d71bebf17ccebb54c7dcee883d08 Mon Sep 17 00:00:00 2001 From: Guillaume Turbat <45032269+gturbat@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:02:45 +0100 Subject: [PATCH 3/5] Update custom_commands.md --- content/en/continuous_integration/pipelines/custom_commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/continuous_integration/pipelines/custom_commands.md b/content/en/continuous_integration/pipelines/custom_commands.md index 47a8a7385b2..44f2ae7f0c0 100644 --- a/content/en/continuous_integration/pipelines/custom_commands.md +++ b/content/en/continuous_integration/pipelines/custom_commands.md @@ -32,7 +32,7 @@ Install the [`datadog-ci`][1] (>=v0.17.0) CLI globally using `npm`: npm install -g @datadog/datadog-ci {{< /code-block >}} -
For more ways to install the CLI, see this documentation.
+
For more ways to install the CLI, see this documentation.
## Trace a command line From 29eb3f24e614b6939c2a840e65d12d095d8e2547 Mon Sep 17 00:00:00 2001 From: Guillaume Turbat <45032269+gturbat@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:52:47 +0100 Subject: [PATCH 4/5] Update content/en/continuous_integration/pipelines/custom_tags_and_measures.md Co-authored-by: Bryce Eadie --- .../pipelines/custom_tags_and_measures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md index d751111496f..883e6bd65cb 100644 --- a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md +++ b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md @@ -37,7 +37,7 @@ Install the [`datadog-ci`][1] (>=v1.15.0) CLI globally using `npm`: npm install -g @datadog/datadog-ci ``` -
For more ways to install the CLI, see this documentation.
+
See More ways to install the CLI in the datadog-ci repo for alternative installation options.
## Add tags to pipeline traces From 6cd2a54b7e89da43d170d43c2e8c0d8f2bc8418f Mon Sep 17 00:00:00 2001 From: Guillaume Turbat <45032269+gturbat@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:52:54 +0100 Subject: [PATCH 5/5] Update content/en/continuous_integration/pipelines/custom_commands.md Co-authored-by: Bryce Eadie --- content/en/continuous_integration/pipelines/custom_commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/continuous_integration/pipelines/custom_commands.md b/content/en/continuous_integration/pipelines/custom_commands.md index 44f2ae7f0c0..6fff8c4718f 100644 --- a/content/en/continuous_integration/pipelines/custom_commands.md +++ b/content/en/continuous_integration/pipelines/custom_commands.md @@ -32,7 +32,7 @@ Install the [`datadog-ci`][1] (>=v0.17.0) CLI globally using `npm`: npm install -g @datadog/datadog-ci {{< /code-block >}} -
For more ways to install the CLI, see this documentation.
+
See More ways to install the CLI in the datadog-ci repo for alternative installation options.
## Trace a command line