diff --git a/jobs/HRB_Mobile_Other_apk/config.xml b/jobs/HRB_Mobile_Other_apk/config.xml index b8361532fd72a6781c6ccad3415f1dfc93786f31..82e9e90d3911fdfbdf057f49f208085f92c44ae5 100644 --- a/jobs/HRB_Mobile_Other_apk/config.xml +++ b/jobs/HRB_Mobile_Other_apk/config.xml @@ -5,7 +5,7 @@ 只打包 APK, 不做Code Push false - + ylhealth @@ -18,6 +18,12 @@ feature/HA-818 RN0.50 false + + DownloadName + 下載清單上要顯示的名稱 + Other + false + @@ -56,7 +62,7 @@ feature/HA-818 PATH="$PATH:/usr/local/bin:/Users/jenkins/.fastlane/bin/" -VERSION=SIT_Other_$(date +%Y%m%d)_$(git rev-parse --short HEAD) +VERSION=SIT_${DownloadName}_$(date +%Y%m%d) MODIFIED_DATE=$(git log -1 --format="%ci" --) npm install --update-binary @@ -72,7 +78,7 @@ npm run build-thread-android fastlane android beta - VERSION=SIT_Other_$(date +%Y%m%d)_$(git rev-parse --short HEAD) + VERSION=SIT_${DownloadName}_$(date +%Y%m%d) MODIFIED_DATE=$(git log -1 --format="%ci" --) NAME=HRB_Mobile @@ -80,13 +86,7 @@ mv android/app/build/outputs/apk/releaseStaging/app-releaseStaging.apk ~/Sites/$ scp ~/Sites/${NAME}_${VERSION}.apk appuploader@10.57.117.135:~/app/hrb/ - - - $RD_Group - true - false - - + false