Description:
|
Hi and thanks for your work on the Claim Plugin - it's very useful and has been working nicely with my Build Monitor Plugin... until recently.
It seems like Jenkins Core has moved some packages around, which caused compilation errors in the Claim Plugin.
What I've noticed (using Oracle Java 1.6.0_65 and Maven 3.2.1) is the following:
Because of the above issues, I'm also getting compilation errors when trying to compile Build Monitor with new Jenkins Cores (I tested with "stable" 1.580.3 and above):
{{
[ERROR] /.../build-monitor/src/main/java/com/smartcodeltd/jenkinsci/plugins/buildmonitor/viewmodel/plugins/BuildAugmentor.java:[59,44] cannot access hudson.tasks.junit.TestAction
[ERROR] class file for hudson.tasks.junit.TestAction not found
[ERROR] /.../build-monitor/src/main/java/com/smartcodeltd/jenkinsci/plugins/buildmonitor/viewmodel/plugins/BuildAugmentor.java:[61,24] operator != cannot be applied to hudson.plugins.claim.ClaimBuildAction,<nulltype>
}}
Looking forward to hearing from you!
Please let me know if I can be of any further help.
Kind regards,
Jan
PS. JENKINS-23263 seems like it might be related to the issue I described
|