e5738d0852
Remove the test options suppressing ignoring differences in whitespace outputted in the XML to allow capturing of issues where the code incorrectly adds or removes significant whitespace. Add a helper function to deal with the edge case of parsing XML directly that contains non significant whitespace to avoid accidentally adding excess whitespace when minidom outputs the resulting document. Change-Id: I9936042cd82c204ba2b3c19f575703e33564f7fd
52 lines
1015 B
YAML
52 lines
1015 B
YAML
- project:
|
|
name: complete002
|
|
version:
|
|
- 1.2
|
|
jobs:
|
|
- 'complete001_{version}'
|
|
|
|
- job-template:
|
|
name: 'complete001_{version}'
|
|
project-type: maven
|
|
scm:
|
|
- raw:
|
|
xml: |
|
|
<!-- <scm> for raw replaces the whole scm section.
|
|
where as for others the raw part is added to the existing.
|
|
-->
|
|
<scm>
|
|
<scmraw/>
|
|
</scm>
|
|
triggers:
|
|
- raw:
|
|
xml: |
|
|
<triggersraw/>
|
|
wrappers:
|
|
- raw:
|
|
xml: |
|
|
<wrappersraw/>
|
|
builders:
|
|
- raw:
|
|
xml: |
|
|
<buildersraw/>
|
|
publishers:
|
|
- raw:
|
|
xml: |
|
|
<publishersraw/>
|
|
properties:
|
|
- raw:
|
|
xml: |
|
|
<propertiesraw/>
|
|
parameters:
|
|
- raw:
|
|
xml: |
|
|
<parametersraw/>
|
|
notifications:
|
|
- raw:
|
|
xml: |
|
|
<metadataraw/>
|
|
reporters:
|
|
- raw:
|
|
xml:
|
|
<reportersraw/>
|