Skip to content

Commit

Permalink
[JENKINS-34235] Wrong plugin short-name in the URL pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 14, 2016
1 parent b3fdda9 commit c281266
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public String getDescription() {
}

public String getIconFilePathPattern() {
return "plugin/workflow-multibranch/:size/pipelinemultibranchproject.png";
return "plugin/workflow-multibranch/images/:size/pipelinemultibranchproject.png";
}

@Override public TopLevelItem newInstance(ItemGroup parent, String name) {
Expand Down

0 comments on commit c281266

Please sign in to comment.