From e9dc4ce90b869fcb9261f2fac06ef0d87b1ef0b6 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 21 Nov 2019 09:25:24 +0800 Subject: [PATCH] 20180082: 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 | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/jobs/Deploy_Hi365_Android_SIT/config.xml b/jobs/Deploy_Hi365_Android_SIT/config.xml index 0a74376e..2e2a65df 100644 --- a/jobs/Deploy_Hi365_Android_SIT/config.xml +++ b/jobs/Deploy_Hi365_Android_SIT/config.xml @@ -15,14 +15,6 @@ hudson.model.Item.Read:longmengua hudson.model.Item.Workspace:longmengua - - - -1 - 5 - -1 - -1 - - ylhealth @@ -36,6 +28,14 @@ + + + -1 + 5 + -1 + -1 + + 2 @@ -73,10 +73,6 @@ git_short_hash=$(git rev-parse --short HEAD) version_number=$Version_Number -# determine build type -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" @@ -84,7 +80,7 @@ new_apk_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash} apk_path="${output_path}/${new_apk_name}" # build command -flutter build apk --${build_type} -t lib/${default_doc} +flutter build apk --debug -t lib/main_sit.dart # rename apk name mv ${output_path}/app-${build_type}.apk ${apk_path} -- 2.26.2