Provide CI_JOB_NAME_SLUG
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
We use:
[runners.kubernetes.pod_labels]
"ci-job-id" = "${CI_JOB_ID}"
"ci-job-name" = "${CI_JOB_NAME}"
"ci-pipeline-id" = "${CI_PIPELINE_ID}"
"ci-project" = "${CI_PROJECT_PATH_SLUG}"
In our Kubernetes runner to add labels to all job pods so that it is easier to see what is being run. But if job name contains : this fails. There should be something like CI_JOB_NAME_SLUG.
Edited by 🤖 GitLab Bot 🤖