diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-06-28 23:10:53 -0500 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-07-05 18:36:19 +0900 |
commit | 888ce89295d22ead251bd930f45b4ef9976b6da4 (patch) | |
tree | 3ca60924b081ac02e9531800e2134831f175f694 /doc/ci/variables | |
parent | 5576214d0fbbc8b7f208367e3eedd6347b21151b (diff) | |
download | gitlab-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.md | 2 |
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) |