Skip to content

Commit

Permalink
[FIXED JENKINS-11398]Cobertura gives LinkageError in new Jenkins version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed May 5, 2012
1 parent a37f855 commit 05dd959
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public HashMap<CoverageMetric, Ratio> getTotalCoverageRatio(){

public static class DescriptorImpl extends Descriptor<DashboardPortlet> {

@Extension
@Extension(optional = true)
public static DescriptorImpl newInstance() {
if (Hudson.getInstance().getPlugin("dashboard-view") != null) {
return new DescriptorImpl();
Expand Down

0 comments on commit 05dd959

Please sign in to comment.