Skip to content

Expose variable containing the 'short token' value

Tomasz Maczukin requested to merge add-runner-short-token-variable into master

What does this MR do?

Adds a CI_RUNNER_SHORT_TOKEN variable that contains the 'short token' (first 8 characters of Runner's token which is used in few places as a form of unique ID of the Runner)

Why was this MR needed?

Requirement for gitlab-org/ci-cd/custom-executors/autoscaler!12

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Related to gitlab-org/ci-cd/custom-executors/autoscaler#3

Merge request reports