diff --git a/config.xml b/config.xml
index ddcc6b4b69ec5c237e887ffdb80135cbeca71f28..09e407a443226a942552ef312f80f5700a2be286 100644
--- a/config.xml
+++ b/config.xml
@@ -1511,6 +1511,7 @@
CRM_Mobile_UAT_apk_CodePush
CRM_Mobile_UAT_ipa
CRM_Mobile_UAT_ipa_CodePush
+ HRB_Mobile_Other_apk
HRB_Mobile_Other_ipa
HRB_Mobile_SIT_Gene_apk
HRB_Mobile_SIT_Gene_ipa
diff --git a/jobs/HRB_Mobile_Other_apk/config.xml b/jobs/HRB_Mobile_Other_apk/config.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1e87144549ee37338075a495cab8b0b0815c3dcc
--- /dev/null
+++ b/jobs/HRB_Mobile_Other_apk/config.xml
@@ -0,0 +1,85 @@
+
+
+
+ 打包 APK,不做 code push
+ false
+
+
+ ylhealth
+
+
+
+ 2
+ 5
+ -1
+ -1
+
+
+
+
+ 2
+
+
+ https://cm.ylhealth.org/gitlab/ym/HRB_Mobile.git
+ 3485e854-8389-40e8-8c86-b94e94e91904
+
+
+
+
+ */develop
+
+
+ false
+
+
+
+ MAC_BUILD_Machine
+ false
+ false
+ false
+ false
+
+ false
+
+
+ PATH="$PATH:/usr/local/bin:/Users/jenkins/.fastlane/bin/"
+VERSION=SIT_$(date +%Y%m%d)_$(git rev-parse --short HEAD)
+MODIFIED_DATE=$(git log -1 --format="%ci" --)
+
+npm install --update-binary
+
+sed -i "" '/url/s/http.*\//http:\/\/10.32.86.132\//g' src/configs/index.js
+sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js
+sed -i '' "/modifiedTime/s/\'.*\';/\'${MODIFIED_DATE}\';/" src/configs/index.js
+sed -i '' 's/appVersion.*/appVersion": "1.27"/' appConfig.json
+
+export ANDROID_HOME=/Users/jenkins/Library/Android/sdk
+
+node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./android --entry-file index.worker.js --platform android --bundle-output ./android/app/src/main/assets/index.worker.bundle --sourcemap-output ./android/app/src/main/assets/index.worker.map
+fastlane android beta
+
+
+ VERSION=SIT_$(date +%Y%m%d)_$(git rev-parse --short HEAD)
+MODIFIED_DATE=$(git log -1 --format="%ci" --)
+NAME=HRB_Mobile
+
+mv android/app/build/outputs/apk/releaseStaging/app-releaseStaging.apk ~/Sites/${NAME}_${VERSION}.apk
+scp ~/Sites/${NAME}_${VERSION}.apk appuploader@10.57.117.135:~/app/hrb/
+
+
+
+
+ $RD_Group $QA_Group
+ true
+ false
+
+
+
+
+ false
+
+
+ false
+
+
+
\ No newline at end of file