Update Jenkinsfile
parent
9bbc706fd4
commit
750fb11869
|
|
@ -61,7 +61,7 @@ pipeline {
|
|||
HELM_HOME=tool name: 'Helm-3.12.0', type: 'com.cloudbees.jenkins.plugins.customtools.CustomTool'
|
||||
}
|
||||
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: '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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue