From 01c47a3559a313b16ac94228360cdc4e292bd027 Mon Sep 17 00:00:00 2001 From: alexandrev Date: Thu, 13 Feb 2025 11:09:17 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9b73021..da052d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { HELM_HOME=tool name: 'HELM3', type: 'com.cloudbees.jenkins.plugins.customtools.CustomTool' } parameters{ - string(name: 'SOURCE_TAG', defaultValue: 'master', description: 'Please enter the GIT branch', trim: true) + 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')