From 6a95181e60e0d91903f3807c91abdb2bf1e123ec Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Fri, 23 Aug 2024 11:37:16 +0200 Subject: [PATCH] Revert "chore: exclude publick8s cluster while upgrading to 1.29" (#5617) Revert "chore: exclude publick8s cluster while upgrading to 1.29 (#5616)" This reverts commit cc81aad2e5aba55612c1595d1fcb23bc60a679c6. --- Jenkinsfile_k8s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_k8s b/Jenkinsfile_k8s index 74b5706da..490185cd3 100644 --- a/Jenkinsfile_k8s +++ b/Jenkinsfile_k8s @@ -27,7 +27,7 @@ pipeline { axes { axis { name 'K8S_CLUSTER' - values 'privatek8s', 'cijioagents1', 'infracijioagents1' + values 'privatek8s', 'publick8s', 'cijioagents1', 'infracijioagents1' } } // axes agent {