From 925c83cbf16689054be60bd087d5e73c6e33a4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Fri, 11 Oct 2024 15:13:08 +0200 Subject: [PATCH] docs: document use of scm-status-url --- docs/pipelines.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/pipelines.md b/docs/pipelines.md index 249e0ddce..2f90c525c 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -228,3 +228,8 @@ spec: ``` e.g. here is [an example](../pkg/triggerconfig/inrepo/test_data/load_pipelinerun/uses-steps-multiple-copies/source.yaml#L8) which generates this [PipelineRun](../pkg/triggerconfig/inrepo/test_data/load_pipelinerun/uses-steps-multiple-copies/expected.yaml#L154) + +## Override scm status url from pipeline + +If a pipeline has a result named `scm-status-url` the value of that will be used as link target for the pipeline status +set in scm provider (like GitHub or GitLab) instead of the link to the pipeline dashboard. \ No newline at end of file