Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.43 KB

File metadata and controls

54 lines (40 loc) · 1.43 KB
title `glab job artifact`
stage Create
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

Download all artifacts from the most recent pipeline.

Synopsis

Downloads all artifacts from the most recent successful pipeline.

<refName> is a branch name, tag, or merge request reference. For a branch or tag, use the name directly. For a merge request pipeline, use the ref refs/merge-requests/<iid>/head, where <iid> is the merge request IID.

glab job artifact <refName> <jobName> [flags]

Aliases

push

Examples

glab job artifact main build
glab job artifact main deploy --path="artifacts/"
glab job artifact main deploy --list-paths
glab job artifact refs/merge-requests/123/head build

Options

  -l, --list-paths    Print the paths of downloaded artifacts.
  -p, --path string   Path to download the artifact files. (default "./")

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.