modified jenkins file
This commit is contained in:
Vendored
+2
-2
@@ -18,11 +18,11 @@ pipeline {
|
|||||||
BRANCH_NAME = env.BRANCH_NAME.split('/')[-1] // Extract branch name
|
BRANCH_NAME = env.BRANCH_NAME.split('/')[-1] // Extract branch name
|
||||||
|
|
||||||
switch(BRANCH_NAME) {
|
switch(BRANCH_NAME) {
|
||||||
case "test1":
|
case "test08":
|
||||||
env.BASE_URL = "https://test08.bizgaze.com/Account/Import/"
|
env.BASE_URL = "https://test08.bizgaze.com/Account/Import/"
|
||||||
env.AUTH_TOKEN = "6884972896664f4582e08f7f93da953d"
|
env.AUTH_TOKEN = "6884972896664f4582e08f7f93da953d"
|
||||||
break
|
break
|
||||||
case "anwiqa":
|
case "qaanwi":
|
||||||
env.BASE_URL = "https://qa.anwisystems.com/Account/Import/"
|
env.BASE_URL = "https://qa.anwisystems.com/Account/Import/"
|
||||||
env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a"
|
env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a"
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user