Update Jenkinsfile

main
alexandrev 2025-02-13 10:04:13 +00:00
parent 9bbc706fd4
commit 750fb11869
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -61,7 +61,7 @@ pipeline {
HELM_HOME=tool name: 'Helm-3.12.0', type: 'com.cloudbees.jenkins.plugins.customtools.CustomTool' HELM_HOME=tool name: 'Helm-3.12.0', type: 'com.cloudbees.jenkins.plugins.customtools.CustomTool'
} }
parameters{ parameters{
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')
string(name: 'APPLICATION_NAMESPACE', description: 'Application namespace to be configured', trim: true) string(name: 'APPLICATION_NAMESPACE', description: 'Application namespace to be configured', trim: true)
string(name: 'DATA_PLANE_PRIMARY_NAMESPACE', description: 'Namespace where the TIBCO Platform dataplane is running', trim: true) string(name: 'DATA_PLANE_PRIMARY_NAMESPACE', description: 'Namespace where the TIBCO Platform dataplane is running', trim: true)
string(name: 'DATA_PLANE_ID', description: 'TIBCO Platform Dataplane Id', trim: true) string(name: 'DATA_PLANE_ID', description: 'TIBCO Platform Dataplane Id', trim: true)