What is the recommended approach in Jenkins for uploading files larger than 50 MB via build parameters?
Summary A Jenkins pipeline failed to upload files larger than 50 MB using standard build parameters or the File Parameter type, causing the build to hang or fail without the file appearing in the workspace. The root cause is HTTP request size limits in the Jenkins controller (Reverse Proxy and Jetty) and the inefficiency of … Read more