Update Jenkinsfile

main
alexandrev 2025-02-13 11:11:33 +00:00
parent e80835da77
commit 94e91efc86
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -64,7 +64,7 @@ pipeline {
string(name: 'SOURCE_TAG', defaultValue: 'main', description: 'Please enter the GIT branch', trim: true)
choice(name: 'DATAPLANE_NAME', choices: ['test-dp','test-dp2','poc','devhub','dev', 'sit','uat', 'prod'], description: 'Please select the correct dataplane envrionment name')
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')
choice(name: 'REPO', choices: ['eai-tibco-platform','stable', 'incubator'], 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)
string(name: 'HELM_DP_CORE_INFRA_CHART_VERSION', description: 'Version of the DP Core Infrastructure to be deployed', trim: true)