-
Bug
-
Resolution: Incomplete
-
Minor
-
None
HI, I can't make it work, to attach files using two include patterns, like i.e.:
EmailAttachmentsPattern = """**\\Logs\\*.*"""
works fine, but if I want to cherry pick just html and txt files:
EmailAttachmentsPattern = """ <fileset dir="Logs" casesensitive="no"> <include name="**\\*.txt"/> <include name="**\\*.html"/> </fileset>"""
that does not work at all
[JENKINS-46784] Multiline Fileset declarations are not working in declarative pipeline
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |