Hi Koji,

Sorry for addressing you directly here, I thought you may know off the top
of your head... :)

In many Jenkins builds we have an exception and stack trace at the bottom
of the build. Like this one:

BUILD SUCCESSFUL in 4h 19m 45s
195 actionable tasks: 195 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3069)
...
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?

I looked at the code and see this is configurable via system properties -

https://www.jenkins.io/doc/book/managing/system-properties/#hudson-filepath-validate_ant_file_mask_bound

Can we increase this limit per build or somehow on Apache build servers
(and on Uwe's machine)? It's mildly annoying to see those stack traces in
e-mails. I don't think this is configurable in per-job plugin settings [1].

Dawid

[1] Screenshot of the config of the archiving plugin.

[image: image.png]

Reply via email to