diff options
author | jhampton <jhampton@gitlab.com> | 2018-12-07 08:31:53 -0500 |
---|---|---|
committer | jhampton <jhampton@gitlab.com> | 2018-12-07 08:31:53 -0500 |
commit | dab2fc9209870301d0fc6e6232da48478a2773dd (patch) | |
tree | 043cde142ef31a8aea8c04acf7a430528db544da /doc | |
parent | 56e5a2eab37dcd72fbeeb99f96ed07aa6b5cfcce (diff) | |
download | gitlab-ce-dab2fc9209870301d0fc6e6232da48478a2773dd.tar.gz |
Updates documentation around variables
- Owners and Maintainers are able to view trigger variable values
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/triggers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index 54eb449e5b9..8ed04e04e53 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -148,7 +148,7 @@ file. The parameter is of the form: variables[key]=value ``` -This information is also exposed in the UI. Please note that _values_ are only viewable by Maintainers. +This information is also exposed in the UI. Please note that _values_ are only viewable by Owners and Maintainers. ![Job variables in UI](img/trigger_variables.png) |