Change default artifact name
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
Currently, when you download a pipeline artifact, the file is called artifacts.zip by default. That name can be overridden in .gitlab-ci.yml using artifacts:name. We should use a better default name though. This is especially important when downloading artifacts from multiple jobs in the same pipeline. If they all have the same name, you can't easily tell which is which.
Proposal
Default artifact name to the job name ${CI_BUILD_NAME}.
Links
Edited by 🤖 GitLab Bot 🤖