You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/08/23 17:18:33 UTC

[maven-dist-tool] branch master updated: Adjust icon due to new Jenkins UI

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 9523b60  Adjust icon due to new Jenkins UI
9523b60 is described below

commit 9523b60e8ee33fa19eb3fa515818a6ac8fb5c22d
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Aug 23 19:18:21 2021 +0200

    Adjust icon due to new Jenkins UI
---
 .../org/apache/maven/dist/tools/masterjobs/ListMasterJobsReport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsReport.java b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsReport.java
index 33c6f47..b2859c2 100644
--- a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsReport.java
+++ b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsReport.java
@@ -128,7 +128,7 @@ public class ListMasterJobsReport extends AbstractMavenReport
                 {
                     result.setStatus( "UNKNOWN" );
                 }
-                result.setIcon( masterRow.select( "img" ).first().outerHtml() );
+                result.setIcon( masterRow.select( "span.build-status-icon__wrapper" ).first().outerHtml() );
 
                 result.setLastBuild( getLastBuild( masterRow.child( 3 ).attr( "data" ),
                                                    masterRow.child( 4 ).attr( "data" ) ) );