Update example according to changes in jobdsl

To be in line with demos/jobs sample
This commit is contained in:
Guillaume Dupin 2018-08-08 09:03:48 +02:00 committed by Nicolas De loof
parent 72b29cd41c
commit f380889587
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ configuration-as-code file:
jenkins: jenkins:
systemMessage: "Simple seed job example" systemMessage: "Simple seed job example"
jobs: jobs:
- > - script: >
multibranchPipelineJob('configuration-as-code') { multibranchPipelineJob('configuration-as-code') {
branchSources { branchSources {
git { git {
@ -28,4 +28,4 @@ jobs:
## Examples ## Examples
Please refer to [demos](../demos/jobs) for examples to configure more complex jobs. Please refer to [demos](../demos/jobs) for examples to configure more complex jobs.