Is there any limitation about the number of files attached on one build result?
![]() Hello, Is there any limitation about the number of files attached on one build result? Is it possible to attach hundreds of jar and property files?
Thank you in advance. :-)
Natsumi |
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered May 22 '13, 7:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can probably do that, but I would like to discourage you to do so. All that data is going to end up in your database for no reason.
I would rather use a solution described in https://jazz.net/library/article/797 and https://jazz.net/library/article/807 instead of publishing all the data to the build result, where they are hard to access. Natsumi Yokoyama selected this answer as the correct answer
|