glab job artifact

Download all artifacts from the last pipeline.

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

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.