6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
19 lines
326 B
YAML
19 lines
326 B
YAML
- job-template:
|
|
name: '{name}-unit-tests'
|
|
project-type: pipeline
|
|
dsl: |
|
|
stage('Build another job') {{
|
|
build(job: "{isay}")
|
|
}}
|
|
|
|
- job-group:
|
|
name: '{name}-tests'
|
|
jobs:
|
|
- '{name}-unit-tests':
|
|
isay: 'hello'
|
|
|
|
- project:
|
|
name: project-name
|
|
jobs:
|
|
- '{name}-tests'
|