Skip to content

Commit 28fbf74

Browse files
authored
Merge pull request #304 from janfaracik/use-symbol
Use symbol for multi branch pipeline icon
2 parents 43e86a1 + 353482f commit 28fbf74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ THE SOFTWARE.
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.444</jenkins.version>
66+
<jenkins.version>2.454</jenkins.version>
6767
<no-test-jar>false</no-test-jar>
6868
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6969
</properties>

src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static class DescriptorImpl extends MultiBranchProjectDescriptor implemen
153153

154154
@Override
155155
public String getIconClassName() {
156-
return "icon-pipeline-multibranch-project";
156+
return "symbol-git-branch-outline plugin-ionicons-api";
157157
}
158158

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

0 commit comments

Comments
 (0)