From 2902da9c06ae812c31713d4c495684900b2ecf79 Mon Sep 17 00:00:00 2001 From: pgweiss Date: Wed, 2 Sep 2009 19:13:02 +0000 Subject: [PATCH] In executor status pane provide separate links to projects and builds. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21366 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/hudson/executors.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/hudson/executors.jelly b/core/src/main/resources/lib/hudson/executors.jelly index 7db6121699..08db0cc379 100644 --- a/core/src/main/resources/lib/hudson/executors.jelly +++ b/core/src/main/resources/lib/hudson/executors.jelly @@ -68,7 +68,7 @@ THE SOFTWARE.
${%Building} - ${e.currentExecutable} + ${e.currentExecutable.parent.name} #${e.currentExecutable.number} -- GitLab