Browse Source

Update 'jenkins/Jenkinsfile'

devops.bizgaze 1 year ago
parent
commit
7689775c5a
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      jenkins/Jenkinsfile

.jenkins/Jenkinsfile → jenkins/Jenkinsfile View File

@@ -26,6 +26,10 @@ pipeline {
26 26
                             env.BASE_URL = "https://qa.anwisystems.com/Account/Import/"
27 27
                             env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a"
28 28
                             break
29
+                        case "c02_version1.0":
30
+                            env.BASE_URL = "https://uat01.bizgaze.com/Account/Import/"
31
+                            env.AUTH_TOKEN = "572577b630b66235e102a1832e0181"
32
+                            break
29 33
                         default:
30 34
                             error "Unknown branch: ${BRANCH_NAME}. Exiting."
31 35
                     }
@@ -39,6 +43,10 @@ pipeline {
39 43
                     process_folder('./app', 'app')
40 44
                     process_folder('./report', 'report')
41 45
                     process_folder('./form', 'form')
46
+                    process_folder('./doctype', 'doctype')
47
+                    process_folder('./integrations', 'integrations')
48
+                    process_folder('./portability', 'portability')
49
+                    process_folder('./widget', 'widget')
42 50
                     commitChanges()
43 51
                 }
44 52
             }

Loading…
Cancel
Save