mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help/dev/review: mention behavior of multiple Do: test --stage behavior
This commit is contained in:
+5
-4
@@ -311,10 +311,11 @@ Heavier jobs require a manual trigger to run:
|
||||
anywhere in their name. Job names may be seen on the merge request's
|
||||
pipeline page.
|
||||
* ``--stage <stage>``, ``-s <stage>``: Only affect jobs in a given stage.
|
||||
Stage names may be seen on the merge request's pipeline page. Note that
|
||||
the names are determined by what is in the ``.gitlab-ci.yml`` file and may
|
||||
be capitalized in the web page, so lowercasing the webpage's display name
|
||||
for stages may be required.
|
||||
When provided multiple times, all named stages are matched. Stage names
|
||||
may be seen on the merge request's pipeline page with the "Group jobs by"
|
||||
option set to "Stages". Note that the names are determined by what is in
|
||||
the ``.gitlab-ci.yml`` file and may be capitalized in the web page, so
|
||||
lowercasing the webpage's display name for stages may be required.
|
||||
* ``--action <action>``, ``-a <action>``: The action to perform on the jobs.
|
||||
Possible actions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user