You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"attribute.environment"="assertion.environment"# Environment this job deploys to (introduced in GitLab 13.9).
133
133
"attribute.environment_protected"="assertion.environment_protected"# true if deployed environment is protected, false otherwise (introduced in GitLab 13.9).
134
134
"attribute.deployment_tier"="assertion.deployment_tier"# Deployment tier of the environment the job specifies. Introduced in GitLab 15.2.
135
-
"attribute.runner_id"="assertion.runner_id"# ID of the runner executing the job. Introduced in GitLab 16.0.
135
+
# 2024/04/04: runner_id removed. Error: The mapped attribute 'attribute.runner_id' must be of type STRING.
136
+
#"attribute.runner_id" = "assertion.runner_id" # ID of the runner executing the job. Introduced in GitLab 16.0.
136
137
"attribute.runner_environment"="assertion.runner_environment"# The type of runner used by the job. Can be either gitlab-hosted or self-hosted. Introduced in GitLab 16.0.
137
138
"attribute.sha"="assertion.sha"# The commit SHA for the job. Introduced in GitLab 16.0.
0 commit comments