Update Jenkinsfile
parent
0d3caf8636
commit
4fd629aa6f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue