d5cc4f3394
All of the other tests that contain xml and yaml files are in a 'fixture' folder. Change the name in this instance to be more consistent. Change-Id: I5d899c83e868b8f8ff80eb121884285718bc2db2
27 lines
461 B
YAML
27 lines
461 B
YAML
- scm:
|
|
name: first-scm
|
|
scm:
|
|
- git:
|
|
url: ssh://jenkins@review.openstack.org:29418/first.git
|
|
branches:
|
|
- origin/master
|
|
|
|
- scm:
|
|
name: second-scm
|
|
scm:
|
|
- git:
|
|
url: ssh://jenkins@review.openstack.org:29418/second.git
|
|
branches:
|
|
- origin/master
|
|
|
|
- scm:
|
|
name: first-and-second
|
|
scm:
|
|
- first-scm
|
|
- second-scm
|
|
|
|
- job:
|
|
name: my-job
|
|
scm:
|
|
- first-and-second
|