Skip to content

Expose the build timeout as an environment variable

What does this MR do?

This exposes an environment variable named CI_JOB_TIMEOUT to CI pipelines.

What's the best way to test this MR?

  1. Configure the CI Pipeline timeout to a desired duration.
  2. Create and run a pipeline that executes echo "$CI_JOB_TIMEOUT".
  3. Check if the printed result matches the specified timeout.

What are the relevant issue numbers?

Closes gitlab#208984

Edited by Arran Walker

Merge request reports