Help/dev/review: mention behavior of multiple Do: test --stage behavior

This commit is contained in:
Ben Boeckel
2026-08-19 22:24:55 -04:00
parent b13cdb037c
commit 67e086d29c
+5 -4
View File
@@ -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: