Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,058
    • Issues 44,058
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,304
    • Merge requests 1,304
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #328379
Closed
Open
Created Apr 20, 2021 by Khikmet Kerimov@kerimovkhikmet

Static link to artifacts for latest pipeline despite its status

For the current 13.10 version of the GitLab we have documentation, which provide next example:

https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>

The documentation says that we can only access the latest artifacts which were created by jobs in the most recent successful pipeline for the specific ref.

Proposal

Make it available to set pipeline status, like this:

  1. success (default):
https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>&pipeline_status=success
  1. failed:
https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>&pipeline_status=failed
  1. all:
https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>&pipeline_status=all

label CI artifacts

Assignee
Assign to
Time tracking