Skip to content

Commit

Permalink
Use symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Apr 20, 2024
1 parent 43e86a1 commit 353482f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ THE SOFTWARE.
</pluginRepositories>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.444</jenkins.version>
<jenkins.version>2.454</jenkins.version>
<no-test-jar>false</no-test-jar>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static class DescriptorImpl extends MultiBranchProjectDescriptor implemen

@Override
public String getIconClassName() {
return "icon-pipeline-multibranch-project";
return "symbol-git-branch-outline plugin-ionicons-api";

Check warning on line 156 in src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 156 is not covered by tests
}

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

0 comments on commit 353482f

Please sign in to comment.