From 2cadded399beb24b407916648a7ed4f51d976a1e Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 2 Oct 2019 11:24:11 +0800 Subject: [PATCH] 20180082: Job [Hi365_SIT_Deploy_Android] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Hi365_SIT_Deploy_Android/config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jobs/Hi365_SIT_Deploy_Android/config.xml b/jobs/Hi365_SIT_Deploy_Android/config.xml index 463053ad..ece2a1ee 100644 --- a/jobs/Hi365_SIT_Deploy_Android/config.xml +++ b/jobs/Hi365_SIT_Deploy_Android/config.xml @@ -61,14 +61,16 @@ if [ $BUILD_BRANCH == "master" ] then build_type="release" default_doc="main_uat.dart" + run_env="UAT" else build_type="debug" default_doc="main_dev.dart" + run_env="SIT" fi 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}" -- 2.26.2