Enhance project specific parameters example.
It was not clear that the project-specific parameters are actually a variables. Improving the example to make it more clear. Change-Id: I919562d4df53542ff0d4d60cf0fafc81b69aff1a
This commit is contained in:
parent
a32288a573
commit
841550ecbd
@ -146,6 +146,22 @@ with those values. The example above would create the job called
|
||||
The ``jobs:`` list can also allow for specifying job-specific
|
||||
substitutions as follows::
|
||||
|
||||
- job-template:
|
||||
name: '{name}-unit-tests'
|
||||
builders:
|
||||
- shell: unittest
|
||||
publishers:
|
||||
- email:
|
||||
recipients: '{mail-to}'
|
||||
|
||||
- job-template:
|
||||
name: '{name}-perf-tests'
|
||||
builders:
|
||||
- shell: perftest
|
||||
publishers:
|
||||
- email:
|
||||
recipients: '{mail-to}'
|
||||
|
||||
- project:
|
||||
name: project-name
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user