I am trying to connect a Jenkins file or set of files to an email notification that the task has completed. I get an error message:
Sending email for the trigger: Success ERROR: Error accessing attachments: Ant expecting GLOB pattern, but saw C:\p\p\etc\\\*\*\\\*.html .
See Fileset Syntax
And yes, I looked at this site and tried all the options that I could think of:
/ instead of \<br/> ../\*\*<br/> ../\*\*/\*.html<br/> removing C:<br/>
What is the Ant GLOB pattern that I'm missing here?
thanks Scott
email attachment jenkins syntax-error ant
Scott stark
source share