mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Document global environment variables
This commit is contained in:
parent
1444b06a7e
commit
73481dfa0c
@ -92,6 +92,14 @@ This is the reference list of all environment variables available to your build
|
||||
| `DRONE_PULL_REQUEST` | pull request number |
|
||||
| `DRONE_DEPLOY_TO` | deployment target (ie production) |
|
||||
|
||||
## Global environment variables
|
||||
|
||||
If you want specific environment variables to be available in all of your builds use the `DRONE_ENVIRONMENT` setting on the Woodpecker server.
|
||||
|
||||
```.env
|
||||
DRONE_ENVIRONMENT=first_var:value1,second_var:value2
|
||||
```
|
||||
|
||||
## String Substitution
|
||||
|
||||
Woodpecker provides the ability to substitute environment variables at runtime. This gives us the ability to use dynamic build or commit details in our pipeline configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user