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
1d4bdbb7
Commit
1d4bdbb7
authored
Nov 16, 2020
by
Rachel Gottesman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit CI schedules doc according to Vale suggestions
parent
0ce91537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/ci/pipelines/schedules.md
doc/ci/pipelines/schedules.md
+5
-5
No files found.
doc/ci/pipelines/schedules.md
View file @
1d4bdbb7
...
...
@@ -56,15 +56,15 @@ is installed on.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12328) in GitLab 9.4.
You can pass any number of arbitrary variables
and they will b
e available in
You can pass any number of arbitrary variables
. They ar
e available in
GitLab CI/CD so that they can be used in your
[
`.gitlab-ci.yml` file
](
../../ci/yaml/README.md
)
.
![
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
scheduled (or the opposite),
you can
use
To configure
a job to
be executed only when the pipeline has been
scheduled (or the opposite), use
[
only and except
](
../yaml/README.md#onlyexcept-basic
)
configuration keywords.
For example:
...
...
@@ -102,7 +102,7 @@ For GitLab.com, refer to the [dedicated settings page](../../user/gitlab_com/ind
## Working with scheduled pipelines
Once configured
, GitLab supports many functions for working with scheduled pipelines.
After configuration
, GitLab supports many functions for working with scheduled pipelines.
### Running manually
...
...
@@ -128,7 +128,7 @@ The next time a pipeline is scheduled, your credentials are used.
![
Schedules list
](
img/pipeline_schedules_ownership.png
)
If the owner of a pipeline schedule
does not have the ability to
create
If the owner of a pipeline schedule
cannot
create
pipelines on the target branch, the schedule stops creating new
pipelines.
...
...
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