From b563655b4e933ed6834d9f55072cc146af5880d6 Mon Sep 17 00:00:00 2001 From: mindless Date: Fri, 19 Nov 2010 20:03:18 +0000 Subject: [PATCH] [FIXED HUDSON-8121] use Executables.getParentOf from jelly so AbstractMethodError from older plugins will be caught/handled. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@37053 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/hudson/executors.jelly | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/lib/hudson/executors.jelly b/core/src/main/resources/lib/hudson/executors.jelly index e3268a72b3..47d237d998 100644 --- a/core/src/main/resources/lib/hudson/executors.jelly +++ b/core/src/main/resources/lib/hudson/executors.jelly @@ -22,7 +22,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - + Displays the status of executors. @@ -71,9 +71,13 @@ THE SOFTWARE.
${%Building} + + + - - ${exe.parent.fullDisplayName} #${exe.number} + + ${exeparent.fullDisplayName} #${exe.number} -- GitLab