Skip to content

Commit f7ade13

Browse files
jonesbusybguerin
andauthored
Replace some logos by moderne svg symbols (#839)
Co-authored-by: Benoit Guerin <[email protected]>
1 parent 4bcf6ca commit f7ade13

File tree

9 files changed

+254
-3
lines changed

9 files changed

+254
-3
lines changed

pipeline-maven/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/MavenReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public synchronized Run getRun() {
187187
@CheckForNull
188188
@Override
189189
public String getIconFileName() {
190-
return "/plugin/pipeline-maven/images/24x24/apache-maven.png";
190+
return "symbol-apache-maven-icon plugin-pipeline-maven";
191191
}
192192

193193
@CheckForNull

pipeline-maven/src/main/resources/images/symbols/apache-maven-icon.svg

Lines changed: 57 additions & 0 deletions
Loading

pipeline-maven/src/main/resources/images/symbols/apache-maven-rectangle.svg

Lines changed: 194 additions & 0 deletions
Loading

pipeline-maven/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/MavenReport/jobMain.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:t="/lib/hudson">
44
<j:if test="${!empty it.deployedArtifacts}">
55
<table style="margin-top: 1em; margin-left:1em;">
6-
<t:summary icon="/plugin/pipeline-maven/images/48x48/maven-repository.png">
6+
<t:summary icon="symbol-apache-maven-rectangle plugin-pipeline-maven icon-lg">
77
${%last_deployed_artefacts}
88
<ul>
99
<j:forEach var="artifact" items="${it.deployedArtifacts}">

pipeline-maven/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/MavenReport/summary.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?jelly escape-by-default='true'?>
22
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">
33
<j:if test="${!empty it.deployedArtifacts}">
4-
<t:summary icon="/plugin/pipeline-maven/images/48x48/maven-repository.png">
4+
<t:summary icon="symbol-apache-maven-rectangle plugin-pipeline-maven icon-lg">
55
${%deployed_artifacts}
66
<ul>
77
<j:forEach var="artifact" items="${it.deployedArtifacts}">
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)