Skip to content
Snippets Groups Projects
Commit 344d6e6f authored by Pascal Bach's avatar Pascal Bach
Browse files

Support YAML alias/anchor usage in .gitlab-ci.yml


This allows to reuse one job as a template for another one:

```
job1: &JOBTMPL
  script: execute-script-for-job

job2: *JOBTMPL

```

This also helps to solve some of the issues in #342

Signed-off-by: default avatarPascal Bach <pascal.bach@siemens.com>
Signed-off-by: default avatarFabio Huser <fabio.huser@siemens.com>
parent 75a67ac0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment