Commit 2cadded3 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Hi365_SIT_Deploy_Android] configuration updated

Change performed by ³¯¾_¶§
parent 15c5e440
...@@ -61,14 +61,16 @@ if [ $BUILD_BRANCH == "master" ] ...@@ -61,14 +61,16 @@ if [ $BUILD_BRANCH == "master" ]
then then
build_type="release" build_type="release"
default_doc="main_uat.dart" default_doc="main_uat.dart"
run_env="UAT"
else else
build_type="debug" build_type="debug"
default_doc="main_dev.dart" default_doc="main_dev.dart"
run_env="SIT"
fi fi
output_path="${project_path}/build/app/outputs/apk/${build_type}" output_path="${project_path}/build/app/outputs/apk/${build_type}"
new_apk_name="Hi365_SIT_${current_date}_${git_short_hash}.apk" new_apk_name="Hi365_${run_env}_${current_date}_${git_short_hash}.apk"
apk_path="${output_path}/${new_apk_name}" apk_path="${output_path}/${new_apk_name}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment