-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
Blue Ocean 1.4 - beta 5
On an upgrade to 1.4 beta5 kshultz noted warnings/errors about missing fields for data (see attachment).
This seems related to a change made: https://github.com/jenkinsci/blueocean-plugin/commit/6775f8a79de9ee0c8ff428f65b436eeaff3116b4#diff-5677a2bc858d8f4b7f087697025cc047
Need to know if this is a problem, or perhaps this could be annotated to not cause this error if it doesn't matter vivek
- blocks
-
JENKINS-48941 Saving build fails: Failed to serialize io.jenkins.blueocean.service.embedded.BlueOceanUrlAction#blueOceanUrlObject
-
- Closed
-
[JENKINS-48872] Unreadable Data errors with BlueOceanUrlObjectImpl/modelObject
Description |
Original:
On an upgrade to 1.4 beta5 [~kshultz] noted warnings/errors about missing fields for data: !Screen Shot 2018-01-10 at 10.14.15 am.png! |
New:
On an upgrade to 1.4 beta5 [~kshultz] noted warnings/errors about missing fields for data (see attachment). This seems related to a change made: [https://github.com/jenkinsci/blueocean-plugin/commit/6775f8a79de9ee0c8ff428f65b436eeaff3116b4#diff-5677a2bc858d8f4b7f087697025cc047] Need to know if this is a problem, or perhaps this could be annotated to not cause this error if it doesn't matter [~vivek] !Screen Shot 2018-01-10 at 10.14.15 am.png! |
Epic Link | New: JENKINS-35759 [ 171771 ] |
Sprint | New: Blue Ocean 1.4 - beta 5 [ 451 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Priority | Original: Critical [ 2 ] | New: Minor [ 4 ] |
Ugh, looks like previously serialized old version deserializing to new version where ModelObject has been removed is causing this. I will work on a fix.