summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhampton <jhampton@gitlab.com>2018-12-07 08:31:53 -0500
committerjhampton <jhampton@gitlab.com>2018-12-07 08:31:53 -0500
commitdab2fc9209870301d0fc6e6232da48478a2773dd (patch)
tree043cde142ef31a8aea8c04acf7a430528db544da
parent56e5a2eab37dcd72fbeeb99f96ed07aa6b5cfcce (diff)
downloadgitlab-ce-dab2fc9209870301d0fc6e6232da48478a2773dd.tar.gz
Updates documentation around variables
- Owners and Maintainers are able to view trigger variable values
-rw-r--r--doc/ci/triggers/README.md2
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)