Skip to content

Commit

Permalink
add info about custom node env vars to main doc
Browse files Browse the repository at this point in the history
  • Loading branch information
okv committed Nov 29, 2018
1 parent 43c0e97 commit 5735b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ During build inside steps following environment variable are available:
* NCI_NODE_NAME - name of the node that is building project
* NCI_ENV_NAME - name of the environment within which project is building

On the project level custom environment variables could be specified e.g.:
Custom environment variables could be specified on node (at server config)
and project levels using "envVars" object, e.g. for the project:

```json
"envVars": {
Expand Down

0 comments on commit 5735b74

Please sign in to comment.