This URL is useful for showing custom badges created by jobs. Unfortunately, since this endpoint resolves to the latest successful pipeline, it can’t be used to show “failed” badges when a job fails on a pipeline.
Is there a static endpoint that can be used to download artifacts from the latest Pipeline, regardless of whether it succeeded or not?
The artifacts will be uploaded when the job succeeds by default, but can be set to upload when the job fails, or always, if the artifacts:when parameter is used.