Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhampton <jhampton@gitlab.com>2018-12-07 16:31:53 +0300
committerjhampton <jhampton@gitlab.com>2018-12-07 16:31:53 +0300
commitdab2fc9209870301d0fc6e6232da48478a2773dd (patch)
tree043cde142ef31a8aea8c04acf7a430528db544da /doc/ci/triggers
parent56e5a2eab37dcd72fbeeb99f96ed07aa6b5cfcce (diff)
Updates documentation around variables
- Owners and Maintainers are able to view trigger variable values
Diffstat (limited to 'doc/ci/triggers')
-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)