From 92a1cb74729c704b461f6a457ab598126b419be5 Mon Sep 17 00:00:00 2001 From: Markus Winter Date: Fri, 2 Aug 2024 09:28:43 +0200 Subject: [PATCH] [JENKINS-73554] fix jelly exception ensure that we don't get an IndexOutOfBoundsException when the controller has no executors on cloud pages --- 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 f7ed2b22b70a..6b1775ce34a3 100644 --- a/core/src/main/resources/lib/hudson/executors.jelly +++ b/core/src/main/resources/lib/hudson/executors.jelly @@ -143,7 +143,7 @@ THE SOFTWARE. and !builtInHasExecutors)}"/> - +