From 7476f29c6da9b1f093dda06456566ddfb439576f Mon Sep 17 00:00:00 2001 From: mindless Date: Wed, 14 Jul 2010 19:07:55 +0000 Subject: [PATCH] Use fullDisplayName instead of displayName, for better display of maven/matrix jobs. http://hudson.361315.n4.nabble.com/Computer-build-history-mostly-useless-when-using-Matrix-builds-td2288127.html git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32895 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/hudson/buildListTable.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/hudson/buildListTable.jelly b/core/src/main/resources/lib/hudson/buildListTable.jelly index f039bf9b4b..d4c0e0067c 100644 --- a/core/src/main/resources/lib/hudson/buildListTable.jelly +++ b/core/src/main/resources/lib/hudson/buildListTable.jelly @@ -52,7 +52,7 @@ THE SOFTWARE. - ${b.parent.displayName} + ${b.parent.fullDisplayName} #${b.number} -- GitLab