Commit Graph

6 Commits

Author SHA1 Message Date
Piotr Falkowski 927bb1919b Support for follow-symlinks in archive publisher
Change-Id: I1d5bd1c6ef5ccdf5f304dabf3a9afcb59d2b2baf
2023-01-16 22:06:49 +01:00
Yolande Amate c8b360cb47 Update archive to use convert_mapping_to_xml()
Change-Id: Iaeabaeaa093335b57367b71d93bb17356bc59662
2017-08-21 23:31:22 +01:00
Nikolas Sepos 9d044665d4 Add case-sensitive arg to archive publisher
case-sesitive is bool and defaults to true

Change-Id: I91d7d210e3d6642992692617f2e9498c9a6c58c7
2017-02-06 18:02:32 +02:00
Kien Ha 4ef069cc27 Add support for default-excludes in archives
Change-Id: I0a2339cc663d2c55fcf063eb0042b9581be93d2c
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2015-12-25 20:17:29 -05: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
Tim Rupp 7ed5be4b2d Adds onlyIfSuccessful to ArtifactArchiver publisher
In the Post-build Actions section there is a checkbox for "Archive artifacts
only if build is successful" that does not appear to be affected by the
latest-only yaml key, in Jenkins 1.620, that generates the latestOnly tag.

This patch adds a new yaml key for if-only-success that generates a tag for
onlyIfSuccessful that influences the mentioned checkbox.

Change-Id: I86c50d5c7a9e2234ae9cf4b3b59de7292d1dbaa0
2015-07-31 00:10:16 -07:00