3 Commitit

Tekijä SHA1 Viesti Päivämäärä
devops.bizgaze b4377391ca added widget folder 2023-10-18 07:28:01 +00:00
devops.bizgaze 7689775c5a Update 'jenkins/Jenkinsfile' 2023-10-18 07:22:49 +00:00
avinash.b 6efe08379f modified jenkins 2023-10-14 01:56:54 +05:30
5 muutettua tiedostoa jossa 8 lisäystä ja 3 poistoa
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8
Näytä tiedosto
@@ -26,6 +26,10 @@ pipeline {
env.BASE_URL = "https://qa.anwisystems.com/Account/Import/"
env.AUTH_TOKEN = "541c35d52a7b449f956175992619ed3a"
break
case "c02_version1.0":
env.BASE_URL = "https://uat01.bizgaze.com/Account/Import/"
env.AUTH_TOKEN = "572577b630b66235e102a1832e0181"
break
default:
error "Unknown branch: ${BRANCH_NAME}. Exiting."
}
@@ -39,6 +43,10 @@ pipeline {
process_folder('./app', 'app')
process_folder('./report', 'report')
process_folder('./form', 'form')
process_folder('./doctype', 'doctype')
process_folder('./integrations', 'integrations')
process_folder('./portability', 'portability')
process_folder('./widget', 'widget')
commitChanges()
}
}
Näytä tiedosto