-
Notifications
You must be signed in to change notification settings - Fork 16
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
java.lang.NullPointerException from violations-lib #36
Comments
I don't think you had all these |
Thanks for the instant reply! I was stuck in a meeting so it took me a while to notice :)
That did the trick! The nulls are gone from the output:
Somehow I remember I may have seen this issue before... but what causes it? I think I was running 1.51 for months and it suddenly started to fail like this. Did Jenkins upgrade somehow trigger it? |
I don't know. But im changing the plugin to ignore null-values.
Den 11 aug. 2017 12:22 skrev "Tuukka Mustonen" <[email protected]>:
… Thanks for the instant reply! I was stuck at meeting so it took me a while
to notice :)
Re-configuring the job, just saving it again, might be a quick fix.
That did the trick! Thanks. Somehow I remember I may have seen this issue
before... but what causes that? I think I was running 1.51 for months and
it suddenly failed like this. Did Jenkins upgrade somehow trigger this
issue?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAa1Ez17FmGu8zgDSR2XxA0xLnaFB7Hkks5sXCt0gaJpZM4O0bgZ>
.
|
Released a fix for that now. |
Hi Tomas, the plugin has been running silk smooth but I now encountered a problem:
This may be related to a recent Jenkins upgrade but I'm not sure. I'm running:
2.60.2
1.52
(the latest in update center). I was running1.51
earlier, but upgrading didn't change anything.The error points to https://github.com/tomasbjerre/violations-lib/blob/master/src/main/java/se/bjurr/violations/lib/ViolationsReporterApi.java#L55 but the bundled file is probably of different revision...
The text was updated successfully, but these errors were encountered: