Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also the id_tokens variable has to be specified as demonstrated in the example (context).

Example

Code Block
test:
  stage: build
  id_tokens:
    CI_JOB_JWT:
      aud: https://git.uni-paderborn.de
  variables:
    SCHEDULER_PARAMETERS: "-A PROJECT_ACCOUNT -p normal -t 0:05:00"
  script:
    - echo "Hello from " $(hostname)

...