Browse Source

modified jenkins file

Avinash 1 year ago
parent
commit
4a99537dd3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Jenkinsfile

+ 2
- 2
Jenkinsfile View File

18
                     BRANCH_NAME = env.BRANCH_NAME.split('/')[-1] // Extract branch name
18
                     BRANCH_NAME = env.BRANCH_NAME.split('/')[-1] // Extract branch name
19
 
19
 
20
                     switch(BRANCH_NAME) {
20
                     switch(BRANCH_NAME) {
21
-                        case "test1":
21
+                        case "test08":
22
                             env.BASE_URL = "https://test08.bizgaze.com/Account/Import/"
22
                             env.BASE_URL = "https://test08.bizgaze.com/Account/Import/"
23
                             env.AUTH_TOKEN = "6884972896664f4582e08f7f93da953d"
23
                             env.AUTH_TOKEN = "6884972896664f4582e08f7f93da953d"
24
                             break
24
                             break
25
-                        case "anwiqa":
25
+                        case "qaanwi":
26
                             env.BASE_URL = "https://qa.anwisystems.com/Account/Import/"
26
                             env.BASE_URL = "https://qa.anwisystems.com/Account/Import/"
27
                             env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a"
27
                             env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a"
28
                             break
28
                             break

Loading…
Cancel
Save