Update Jenkinsfile

main
alexandrev 2025-02-13 10:52:58 +00:00
parent 0d3caf8636
commit 4fd629aa6f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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