-
Bug
-
Resolution: Fixed
-
Trivial
-
None
hudson.model.UpdateSite's data field is not transient, so gets persisted despite the same information being stored at
$JENKINS_HOME/updates/
{id}.json
Further that second source is canonical as it stores the raw JSON and not the parsed JSON and so if the Jenkins data model is updated to handle newer fields they will only be available when parsing the .json as oposed to when deserializing the .xml
- is related to
-
JENKINS-13454 Optimize the plugin manager
- Resolved