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