summaryrefslogtreecommitdiff
path: root/doc/ci/variables
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-06-28 23:10:53 -0500
committerShinya Maeda <shinya@gitlab.com>2017-07-05 18:36:19 +0900
commit888ce89295d22ead251bd930f45b4ef9976b6da4 (patch)
tree3ca60924b081ac02e9531800e2134831f175f694 /doc/ci/variables
parent5576214d0fbbc8b7f208367e3eedd6347b21151b (diff)
downloadgitlab-ce-888ce89295d22ead251bd930f45b4ef9976b6da4.tar.gz
Add docs for scheduled pipeline variables
See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
Diffstat (limited to 'doc/ci/variables')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index eef96f3194f..f1c35700d15 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -9,7 +9,7 @@ and a list of **user-defined variables**.
The variables can be overwritten and they take precedence over each other in
this order:
-1. [Trigger variables][triggers] (take precedence over all)
+1. [Trigger variables][triggers] or [scheduled pipeline variables](../../user/project/pipelines/schedules#making-use-of-scheduled-pipeline-variables) (take precedence over all)
1. [Secret variables](#secret-variables) or [protected secret variables](#protected-secret-variables)
1. YAML-defined [job-level variables](../yaml/README.md#job-variables)
1. YAML-defined [global variables](../yaml/README.md#variables)