I was not able to find anywhere information about Jenkins' File Parameter limit size. Empirically, we had problems with 100MB files. Does anyone knows what's the limitation, and where it's possible to change it?
Asked
Active
Viewed 3,752 times
1 Answers
1
You should be able to edit the jenkins web.xml file to increase upload limit with
<max-file-size>500000000</max-file-size>
the value is in Bytes
see this example HttpRequest maximum allowable size in tomcat?

fredericrous
- 2,833
- 1
- 25
- 26
-
The link in your answer is broken - 404 not found. – kiner_shah Nov 25 '21 at 06:48