Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/FileParameterValue.java
http://jenkins-ci.org/commit/jenkins/5f7ad6e5feee4c70e2d13d68e80e086abf6a9f50
Log:
[FIXED JENKINS-13536] Using file parameters could cause build records to not load.
Solves the issue for newly created builds by not attempting to persist the original file upload record, which is useless after the build has run (the fileParameters dir in the build already archives them).
Does not help loading pre-fix builds in which the upload temp file has been deleted; for these, you must manually delete <file class="org.apache.commons.fileupload.disk.DiskFileItem" serialization="custom">…</file> from the build.xml.
(Did not find a straightforward way to just instruct XStream to ignore this bit of XML: it is easy to avoid serializing a field, but deserializing is different.)(cherry picked from commit 4dde24e62037439b7b73addd7cefae83a254eb3c)

Conflicts:
changelog.html

Compare: https://github.com/jenkinsci/jenkins/compare/8734bb733dc4...5f7ad6e5feee

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to