modified jenkins file

这个提交包含在:
2023-10-14 01:11:07 +05:30
父节点 0228fded30
当前提交 4a99537dd3
第三方依赖
+2 -2
查看文件
@@ -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