Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eli F-F
CMake
Commits
131b8cc8
Commit
131b8cc8
authored
Jun 09, 2020
by
Ben Boeckel
Browse files
Help/dev: document other arguments to `Do: test`
parent
5bb24ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Help/dev/review.rst
View file @
131b8cc8
...
@@ -306,6 +306,19 @@ Heavier jobs require a manual trigger to run:
...
@@ -306,6 +306,19 @@ Heavier jobs require a manual trigger to run:
* ``--named <regex>``, ``-n <regex>``: Trigger jobs matching ``<regex>``
* ``--named <regex>``, ``-n <regex>``: Trigger jobs matching ``<regex>``
anywhere in their name. Job names may be seen on the merge request's
anywhere in their name. Job names may be seen on the merge request's
pipeline page.
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.
* ``--action <action>``, ``-a <action>``: The action to perform on the jobs.
Possible actions:
* ``manual`` (the default): Start jobs awaiting manual interaction.
* ``unsuccessful``: Start or restart jobs which have not completed
successfully.
* ``failed``: Restart jobs which have completed, but without success.
* ``completed``: Restart all completed jobs.
If the merge request topic branch is updated by a push, a new manual trigger
If the merge request topic branch is updated by a push, a new manual trigger
using one of the above methods is needed to start CI again.
using one of the above methods is needed to start CI again.
...
...
Write
Preview
Supports
Markdown
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