c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
15 lines
253 B
YAML
15 lines
253 B
YAML
- job-template:
|
|
name: '{name}-{pyver}'
|
|
builders:
|
|
- shell: 'git co {branch_name}'
|
|
|
|
- project:
|
|
name: project-name
|
|
pyver:
|
|
- 26:
|
|
branch_name: old_branch
|
|
- 27:
|
|
branch_name: new_branch
|
|
jobs:
|
|
- '{name}-{pyver}'
|