From 2eb4e6eb0084399e45d23512581e581b46de5666 Mon Sep 17 00:00:00 2001 From: Vinu K Date: Fri, 17 Apr 2026 19:58:07 +0530 Subject: [PATCH] JKNS-1051: Run jenkins-agent-base inside OpenShift Running jenkins-agent-base outside of OpenShift is not supported Signed-off-by: Vinu K --- modules/relocation-of-openshift-jenkins-images.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/relocation-of-openshift-jenkins-images.adoc b/modules/relocation-of-openshift-jenkins-images.adoc index 30255e1c4adf..db1a954cfd49 100644 --- a/modules/relocation-of-openshift-jenkins-images.adoc +++ b/modules/relocation-of-openshift-jenkins-images.adoc @@ -88,5 +88,5 @@ To verify the current Jenkins LTS version: .What is not supported? - Jenkins versions older than the current OpenShift Jenkins LTS are not supported. -- Running Jenkins outside of {product-title} is not supported. +- Running OpenShift Jenkins and jenkins-agent-base outside of {product-title} is not supported. - Multiple core versions of Jenkins are not supported. Plugins bundled with our OpenShift Jenkins images follow the same versioning across all supported {product-title} releases.