From 4fd629aa6f34c290f74219e8c648d051b12104d6 Mon Sep 17 00:00:00 2001 From: alexandrev Date: Thu, 13 Feb 2025 10:52:58 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a41af6..159709f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ def configureNamespace(){ sh label: '', script: """ kubectl config set-context --current --namespace ${env.NAMESPACE} echo "Applying DataPlane Label" - kubectl label namespaces ${env.NAMESPACE} platform.tibco.com/dataplane-id=${params.HELM_DP_CONFIG_NAMESPACE_DATAPLANE_ID} --overwrite=true + kubectl --insecure-skip-tls-verify=true label namespaces ${env.NAMESPACE} platform.tibco.com/dataplane-id=${params.HELM_DP_CONFIG_NAMESPACE_DATAPLANE_ID} --overwrite=true echo "DataPlane Label applied" ${HELM_HOME}/linux-386/helm repo add eai-tibco-platform https://tibcosoftware.github.io/tp-helm-charts ${HELM_HOME}/linux-386/helm repo list