mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
parent
3d435a9cb7
commit
9dc839b946
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ Read the value for `WOODPECKER_PROMETHEUS_AUTH_TOKEN` from the specified filepat
|
||||||
Context prefix Woodpecker will use to publish status messages to SCM. You probably will only need to change it if you run multiple Woodpecker instances for a single repository.
|
Context prefix Woodpecker will use to publish status messages to SCM. You probably will only need to change it if you run multiple Woodpecker instances for a single repository.
|
||||||
|
|
||||||
### `WOODPECKER_STATUS_CONTEXT_FORMAT`
|
### `WOODPECKER_STATUS_CONTEXT_FORMAT`
|
||||||
> Default: `{{ .context }}/{{ .event }}/{{ .pipeline }}`
|
> Default: `{{ .context }}/{{ .event }}/{{ .workflow }}`
|
||||||
|
|
||||||
Template for the status messages published to forges, uses [Go templates](https://pkg.go.dev/text/template) as template language.
|
Template for the status messages published to forges, uses [Go templates](https://pkg.go.dev/text/template) as template language.
|
||||||
Supported variables:
|
Supported variables:
|
||||||
|
|
Loading…
Reference in a new issue