From c40a6d884f36f54987fde88dfaed397f178c7444 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 9 Apr 2023 19:26:03 +0200 Subject: [PATCH] Adjust documentation of "CI_PIPELINE_LINK" to reflect actual behavior. (#1701) close #1537 --- docs/docs/20-usage/50-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/50-environment.md b/docs/docs/20-usage/50-environment.md index cb5771ab3..a329eebb3 100644 --- a/docs/docs/20-usage/50-environment.md +++ b/docs/docs/20-usage/50-environment.md @@ -78,7 +78,7 @@ This is the reference list of all environment variables available to your pipeli | `CI_PIPELINE_NUMBER` | pipeline number | | `CI_PIPELINE_PARENT` | number of parent pipeline | | `CI_PIPELINE_EVENT` | pipeline event (push, pull_request, tag, deployment) | -| `CI_PIPELINE_LINK` | pipeline link in CI | +| `CI_PIPELINE_LINK` | link to the forge's web UI for the commit(s) or tag that triggered the pipeline | | `CI_PIPELINE_DEPLOY_TARGET` | pipeline deploy target for `deployment` events (ie production) | | `CI_PIPELINE_STATUS` | pipeline status (success, failure) | | `CI_PIPELINE_CREATED` | pipeline created UNIX timestamp |