Skip to content

Commit

Permalink
docs: document use of scm-status-url
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Dec 11, 2024
1 parent 741d478 commit 925c83c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 925c83c

Please sign in to comment.