Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4 from recena/JENKINS-34235
[JENKINS-34235] Wrong plugin short-name in the URL pattern
  • Loading branch information
recena committed Apr 14, 2016
2 parents be201cd + 3a6f610 commit 0be0193
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-images/:size/pipelinemultibranchproject.png";
return "plugin/workflow-multibranch/:size/pipelinemultibranchproject.png";
}

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

0 comments on commit 0be0193

Please sign in to comment.