From 9e746d9d0ec176ba30d7cc1659b9586d7d91d53b Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Sat, 9 Nov 2019 15:28:12 +0800 Subject: [PATCH] 20180083: Job [Deploy_Hi365_Android_SIT] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ยงรตยบ~? --- jobs/Deploy_Hi365_Android_SIT/config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jobs/Deploy_Hi365_Android_SIT/config.xml b/jobs/Deploy_Hi365_Android_SIT/config.xml index 7e3263da..3dbefb7f 100644 --- a/jobs/Deploy_Hi365_Android_SIT/config.xml +++ b/jobs/Deploy_Hi365_Android_SIT/config.xml @@ -77,13 +77,15 @@ current_date=$(date +"%Y%m%d") git_short_hash=$(git rev-parse --short HEAD) +version_number=$Version_Number + # determine build type by git branch build_type="debug" default_doc="main_sit.dart" output_path="${project_path}/build/app/outputs/apk/${build_type}" -new_apk_name="Hi365_SIT_${current_date}_$Version_Number_${git_short_hash}.apk" +new_apk_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.apk" apk_path="${output_path}/${new_apk_name}" -- 2.26.2