Commit Graph

3 Commits

Author SHA1 Message Date
Darragh Bailey de4fb862f3 Allow control of verbose option for publish-over plugins
The publish-over plugins all expose the option 'verbose' to all for
lots of debug output from the connection to be outputted to the jenkins
console. However by default this is supposed to be disabled ('false')
so update the existing code to switch to the correct behaviour.

Change-Id: Ie9acb1a005a25cd5c9f279cc89d5178eb8d54dd7
2018-08-23 14:57:33 +01:00
Darragh Bailey e5738d0852 Allow whitespace to be significant
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
2015-08-11 18:31:48 +01:00
Tomas Bezdek d1bfc8e4e3 Flatten attribute for publish plugins
plus move examples to tests

Change-Id: Ia785afe40da81c77abe643f3c788e5d4faefbf5d
2014-09-26 10:51:50 +01:00