Skip to content

Use CI_JOB_NAME_SLUG in filenames

This MR modifies a number of templates to use CI_JOB_NAME_SLUG instead of CI_JOB_NAME when constructing output filenames. The _SLUG version is sanitised with non [a-z0-9] characters replaced with -.

Merge request reports