diff --git a/config.xml b/config.xml
index 5bd7d462779147c7a740722ebc81ecf0a4e9bb6a..270b190fa71aac0c67996157786df27206e3c41e 100644
--- a/config.xml
+++ b/config.xml
@@ -580,6 +580,7 @@
HRB_Mobile_Other_ipa
HRB_Mobile_Prod_DHP_apk
HRB_Mobile_Prod_DHP_ipa
+ HRB_Mobile_SIT_DHP_apk
diff --git a/jobs/HRB_Mobile_SIT_DHP_apk/config.xml b/jobs/HRB_Mobile_SIT_DHP_apk/config.xml
new file mode 100644
index 0000000000000000000000000000000000000000..43558bad4ba2ff7128c9d8b1a93fde019f4d8949
--- /dev/null
+++ b/jobs/HRB_Mobile_SIT_DHP_apk/config.xml
@@ -0,0 +1,86 @@
+
+
+
+ 打包 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 '' "/allergyUrl/s/\__DEV__.*\';/\'http:\/\/10.32.86.132\/\';/" src/configs/index.js
+sed -i '' 's/appVersion.*/appVersion": "1.27"/' appConfig.json
+
+export ANDROID_HOME=/Users/jenkins/Library/Android/sdk
+
+npm run build-thread-android
+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