Skip to content

Static link to artifacts for latest pipeline despite its status

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

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

Edited by 🤖 GitLab Bot 🤖