Update Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user