Skip to content

Use CI variables in build template directly

Tim Jaacks requested to merge use-ci-variables-in-template-directly into master

The job generation script implicitly passes the OS environment to the template, so that the template has access to all GitLab CI variables. Hence there is no need to explicitly pass any of them as command line arguments.

This change makes the "generate-build-jobs" job more generic, so that it can be shared with the ci-test pipeline in the future.

Merge request reports

Loading