Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #23 from andham/JENKINS-20027
[FIXED JENKINS-20027] Exception thrown when Dashboard View plugin is not...
  • Loading branch information
jtnord committed Mar 18, 2014
2 parents 50bdcff + 6458233 commit 7ee2284
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ private void rss(StaplerRequest req, StaplerResponse rsp, String suffix, RunList

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 7ee2284

Please sign in to comment.