diff --git a/jobs/H2ULife_Mobile_ipa/config.xml b/jobs/H2ULife_Mobile_ipa/config.xml new file mode 100644 index 0000000000000000000000000000000000000000..7f7a12ee697024dda47a39127bbe8171c4db55d2 --- /dev/null +++ b/jobs/H2ULife_Mobile_ipa/config.xml @@ -0,0 +1,113 @@ + + + + 用來建置feature branch或是其他Branch使用 +只打包 ipa, 不做Code Push +xcode-select --install +brew install yarn node +brew install watchman ruby flow yarn +sudo npm install -g react-native-cli +sudo gem install bundler + +echo "source 'https://rubygems.org'" > Gemfile +echo "gem 'xcode-install', '2.2.0'" >> Gemfile +echo "gem 'cocoapods', '1.5.0'" >> Gemfile +echo "gem 'fastlane', '2.113.0'" >> Gemfile + + + false + + + ylhealth + + + + + GIT_BRANCH + feature branch使用的版本,如: +feature/HA-818 +其他Branch請自行設定 +develop +commitId +4c1966d510b71fdf3ec67807321a385c5378cf86 + feature/HA-1255 + false + + + DownloadName + 下載清單上要顯示的名稱 + MHBSDK + false + + + API_SERVER + 連線位置 + 10.32.86.124 + false + + + HTT_PROTOCOL + http / https + http + false + + + CODE_PUSH + 哪一個 Job 執行 code-push + other + false + + + + + + -1 + 5 + -1 + -1 + + + + + 2 + + + https://cm.ylhealth.org/gitlab/ym/HRB_Mobile.git + 3485e854-8389-40e8-8c86-b94e94e91904 + + + + + ${GIT_BRANCH} + + + false + + + + IPA_BUILD_Machine + false + false + false + false + + false + + + sh jenkins_ios_sit.sh ${CODE_PUSH} + + + + + + false + + + false + + + xterm + + + + \ No newline at end of file