Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
888ce892
Commit
888ce892
authored
Jun 28, 2017
by
Eric Eastwood
Committed by
Shinya Maeda
Jul 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for scheduled pipeline variables
See
https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
parent
5576214d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
doc/ci/variables/README.md
doc/ci/variables/README.md
+1
-1
doc/user/project/pipelines/img/pipeline_schedule_variables.png
...ser/project/pipelines/img/pipeline_schedule_variables.png
+0
-0
doc/user/project/pipelines/img/pipeline_schedules_new_form.png
...ser/project/pipelines/img/pipeline_schedules_new_form.png
+0
-0
doc/user/project/pipelines/schedules.md
doc/user/project/pipelines/schedules.md
+10
-0
No files found.
doc/ci/variables/README.md
View file @
888ce892
...
...
@@ -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
0 → 100644
View file @
888ce892
13.2 KB
doc/user/project/pipelines/img/pipeline_schedules_new_form.png
View replaced file @
5576214d
View file @
888ce892
48.7 KB
|
W:
|
H:
70.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/project/pipelines/schedules.md
View file @
888ce892
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment