-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 0.7.0 renders some data unreadable #194
Comments
This affects me as well. |
This is harmless. |
How can I fix the problem permanently? |
we have this issure two |
Too many "Unreadable Data points" have impact on jenkins performance, so having this in degrades jenkins across time. Anyone has any pointers on how to avoid this altogether ? |
we're running ~100 jenkinse. Clicking |
|
This continues to be an issue. The solution proposed is not acceptable. which was: "This is harmless. ColorizedAction now serves a much broader purpose.” |
Let's reopen this. Please contribute a fix. |
After the upgrade of ascicolor to 0.7.0 from 0.6.2 Jenkins complains that some data is unreadable.
Test environment
Expected behavior
Nothing unusual after the upgrade.
Actual behavior
Jenkins greets with
You have data stored in an older format and/or unreadable data.
and the table lists entries with:
CannotResolveClassException: hudson.plugins.ansicolor.ColorizedAction
Steps to reproduce the behavior
Have some jobs run with pre-0.7.0 ansicolor, upgrade to ansicolor 0.7.0 - observe Jenkins complain about "old data".
Apparently this is caused by 96aa4e0 which moved
ColorizedAction
into another package.The text was updated successfully, but these errors were encountered: