Skip to content

Support runner predefined variables inside overwrite variables kubernetes

Lyubomir Raykov requested to merge kubernetes-runner-predefined-variables into master

What does this MR do?

Passes all variables to prepareOverwrites instead of just the job variables. This allows users to leverage things like $CI_CONCURRENT_ID in their overwrites.

Why was this MR needed?

#4837 (closed)

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?

#4837 (closed)

Merge request reports