Skip to content

Commit 111a13e

Browse files
committed
docs(cli): add example for job artifacts download
1 parent 0318d2b commit 111a13e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/cli.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@ Define the status of a commit (as would be done from a CI tool for example):
309309
--target-url http://server/build/123 \
310310
--description "Jenkins build succeeded"
311311
312+
Download the artifacts zip archive of a job:
313+
314+
.. code-block:: console
315+
316+
$ gitlab project-job artifacts --id 10 --project-id 1 > artifacts.zip
317+
312318
Use sudo to act as another user (admin only):
313319

314320
.. code-block:: console

0 commit comments

Comments
 (0)