From 1c416772bd97fca899a3dfcaafa5a7dabad5c2ef Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 11 Sep 2019 18:34:52 +0800 Subject: [PATCH] 20180082: Job [Hi365_Android] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Hi365_Android/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index d8ced14c..c914872d 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -68,9 +68,9 @@ fi output_path="${project_path}/build/app/outputs/apk/${build_type}" -apk_name="Hi365_SIT_${current_date}-${git_short_hash}.apk" +new_apk_name="Hi365_SIT_${current_date}-${git_short_hash}.apk" -apk_path="${output_path}/${apk_name}" +apk_path="${output_path}/${new_apk_name}" flutter build apk --${build_type} @@ -80,7 +80,7 @@ mv ${output_path}/app-${build_type}.apk ${apk_path} # deploy echo "Deploy to APK repository" -scp -i ~/jenkins/jenkins ${apk_path} appuploader@10.57.117.135:~/app/Hi365/${apk_name} +scp -i ~/jenkins/jenkins ${apk_path} appuploader@10.57.117.135:~/app/Hi365/${new_apk_name} -- 2.26.2