![Darragh Bailey](/assets/img/avatar_default.png)
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
17 lines
548 B
XML
17 lines
548 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<jenkins.plugins.jclouds.blobstore.BlobStorePublisher>
|
|
<profileName>hp</profileName>
|
|
<entries>
|
|
<jenkins.plugins.jclouds.blobstore.BlobStoreEntry>
|
|
<container>jenkins</container>
|
|
<path/>
|
|
<sourceFile>*.tar.gz</sourceFile>
|
|
<keepHierarchy>false</keepHierarchy>
|
|
</jenkins.plugins.jclouds.blobstore.BlobStoreEntry>
|
|
</entries>
|
|
</jenkins.plugins.jclouds.blobstore.BlobStorePublisher>
|
|
</publishers>
|
|
</project>
|