From 0d3caf8636624cdc38565f1d531b21d6c09bd217 Mon Sep 17 00:00:00 2001 From: alexandrev Date: Thu, 13 Feb 2025 10:03:45 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d4c18f7..0a41af6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { parameters{ string(name: 'SOURCE_TAG', defaultValue: 'master', description: 'Please enter the GIT branch', trim: true) choice(name: 'DATAPLANE_NAME', choices: ['poc','devhub','dev', 'sit','uat', 'prod'], description: 'Please select the correct dataplane envrionment name') - choice(name: 'K8S_CLUSTER', choices: ['IAH-WEST', 'IAH-EAST','EUDC-WEST', 'EUDC-EAST', 'USDC-WEST', 'USDC-EAST' ], description: 'Pick the right k8s cluster') + choice(name: 'K8S_CLUSTER', choices: ['minikube','IAH-WEST', 'IAH-EAST','EUDC-WEST', 'EUDC-EAST', 'USDC-WEST', 'USDC-EAST' ], description: 'Pick the right k8s cluster') choice(name: 'REPO', choices: ['stable', 'incubator','eai-tibco-platform'], description: 'repository type') string(name: 'HELM_DP_CONFIG_NAMESPACE_DATAPLANE_ID', description: 'DataPlane ID used for labeling the namespaces', trim: true) string(name: 'HELM_DP_CONFIG_NAMESPACE_CHART_VERSION', description: 'Version of the DP configure namespace to be deployed', trim: true)