We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0733ec6 commit 375b29dCopy full SHA for 375b29d
docs/cli-usage.rst
@@ -313,6 +313,12 @@ Define the status of a commit (as would be done from a CI tool for example):
313
--target-url http://server/build/123 \
314
--description "Jenkins build succeeded"
315
316
+Download the artifacts zip archive of a job:
317
+
318
+.. code-block:: console
319
320
+ $ gitlab project-job artifacts --id 10 --project-id 1 > artifacts.zip
321
322
Use sudo to act as another user (admin only):
323
324
.. code-block:: console
0 commit comments