-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
Jenkins 1.645
JaCoCo report plugin 1.0.19
I have to upload a specific older version of the JaCoCo report plugin (due to breaking changes and version requirements), but I'm getting
413 Request Entity Too Large
The plugin HPI is 4.95MB. How do I get past this?
I'm running the Jenkins master on CentOS 6.x with all defaults.
- is related to
-
JENKINS-36993 Cookie header too long, causing a 413 HTTP error
-
- Resolved
-
This is likely caused by the webserver and not jenkins itself...
You may have to up the max client body size...
here is an example config change for nginx:
http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/