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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
30b652e7
Commit
30b652e7
authored
Mar 10, 2022
by
Marcel Amirault
Committed by
Marcin Sedlak-Jakubowski
Mar 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add details about scheduled pipelines for tags
parent
7204aec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/ci/pipelines/schedules.md
doc/ci/pipelines/schedules.md
+3
-0
No files found.
doc/ci/pipelines/schedules.md
View file @
30b652e7
...
@@ -23,6 +23,8 @@ Otherwise, the pipeline is not created. No error message is displayed.
...
@@ -23,6 +23,8 @@ Otherwise, the pipeline is not created. No error message is displayed.
## Add a pipeline schedule
## Add a pipeline schedule
> Scheduled pipelines for tags [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23292) in GitLab 14.9.
To add a pipeline schedule:
To add a pipeline schedule:
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the top bar, select
**Menu > Projects**
and find your project.
...
@@ -32,6 +34,7 @@ To add a pipeline schedule:
...
@@ -32,6 +34,7 @@ To add a pipeline schedule:
interval in
[
cron notation
](
../../topics/cron/index.md
)
. You can use any cron value,
interval in
[
cron notation
](
../../topics/cron/index.md
)
. You can use any cron value,
but scheduled pipelines cannot run more frequently than the instance's
but scheduled pipelines cannot run more frequently than the instance's
[
maximum scheduled pipeline frequency
](
../../administration/cicd.md#change-maximum-scheduled-pipeline-frequency
)
.
[
maximum scheduled pipeline frequency
](
../../administration/cicd.md#change-maximum-scheduled-pipeline-frequency
)
.
-
**Target branch or tag**
: Select the branch or tag for the pipeline.
-
**Variables**
: Add any number of
[
CI/CD variables
](
../variables/index.md
)
to the schedule.
-
**Variables**
: Add any number of
[
CI/CD variables
](
../variables/index.md
)
to the schedule.
These variables are available only when the scheduled pipeline runs,
These variables are available only when the scheduled pipeline runs,
and not in any other pipeline run.
and not in any other pipeline run.
...
...
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