You need to sign in or sign up before continuing.
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:
- success (default):
https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>&pipeline_status=success
- failed:
https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>&pipeline_status=failed
- all:
https://example.com/<namespace>/<project>/-/jobs/artifacts/<ref>/browse?job=<job_name>&pipeline_status=all
label CI artifacts
Edited by 🤖 GitLab Bot 🤖