Skip to content
Snippets Groups Projects
Commit 888ce892 authored by Eric Eastwood's avatar Eric Eastwood Committed by Shinya Maeda
Browse files

Add docs for scheduled pipeline variables

parent 5576214d
No related branches found
No related tags found
Loading
......@@ -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)
......
doc/user/project/pipelines/img/pipeline_schedule_variables.png

13.2 KiB

doc/user/project/pipelines/img/pipeline_schedules_new_form.png

48.7 KiB | W: 824px | H: 544px

doc/user/project/pipelines/img/pipeline_schedules_new_form.png

70.8 KiB | W: 790px | H: 716px

doc/user/project/pipelines/img/pipeline_schedules_new_form.png
doc/user/project/pipelines/img/pipeline_schedules_new_form.png
doc/user/project/pipelines/img/pipeline_schedules_new_form.png
doc/user/project/pipelines/img/pipeline_schedules_new_form.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -31,6 +31,15 @@ is installed on.
![Schedules list](img/pipeline_schedules_list.png)
### Making use of scheduled pipeline variables
> [Introduced][ce-12328] in GitLab 9.4.
You can pass any number of arbitrary variables and they will be available in
GitLab CI so that they can be used in your `.gitlab-ci.yml` file.
![Scheduled pipeline variables](img/pipeline_schedule_variables.png)
## Using only and except
To configure that a job can be executed only when the pipeline has been
......@@ -79,4 +88,5 @@ don't have admin access to the server, ask your administrator.
[ce-10533]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10533
[ce-10853]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10853
[ce-12328]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12328
[settings]: https://about.gitlab.com/gitlab-com/settings/#cron-jobs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment