From 4a99537dd3d01c8c0c853883a1566426056669fd Mon Sep 17 00:00:00 2001 From: Avinash Date: Sat, 14 Oct 2023 01:11:07 +0530 Subject: [PATCH] modified jenkins file --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d64fd3..8d5fac5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,11 +18,11 @@ pipeline { BRANCH_NAME = env.BRANCH_NAME.split('/')[-1] // Extract branch name switch(BRANCH_NAME) { - case "test1": + case "test08": env.BASE_URL = "https://test08.bizgaze.com/Account/Import/" env.AUTH_TOKEN = "6884972896664f4582e08f7f93da953d" break - case "anwiqa": + case "qaanwi": env.BASE_URL = "https://qa.anwisystems.com/Account/Import/" env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a" break