From 21f49f619f59145ae1b1444459bd754d7c7247c2 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Fri, 13 Dec 2019 16:25:32 +0800 Subject: [PATCH] 20180083: Job [Deploy_Hi365_Android_Production] hierarchy renamed from [Deploy_Hi365_Android_PROD] to [Deploy_Hi365_Android_Production] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ยงรตยบ~? --- jobs/Deploy_Hi365_Android_PROD/config.xml | 100 ---------------------- 1 file changed, 100 deletions(-) delete mode 100644 jobs/Deploy_Hi365_Android_PROD/config.xml diff --git a/jobs/Deploy_Hi365_Android_PROD/config.xml b/jobs/Deploy_Hi365_Android_PROD/config.xml deleted file mode 100644 index 9ad8fde1..00000000 --- a/jobs/Deploy_Hi365_Android_PROD/config.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - Hi365 Prod APK Packager - false - - - - com.cloudbees.plugins.credentials.CredentialsProvider.View:longmengua - hudson.model.Item.Build:longmengua - hudson.model.Item.Cancel:longmengua - hudson.model.Item.Configure:longmengua - hudson.model.Item.Discover:longmengua - hudson.model.Item.Gitflow:longmengua - hudson.model.Item.Read:longmengua - hudson.model.Item.Workspace:longmengua - - - ylhealth - - - - - Version_Number - - 0.0.0 - false - - - - - - -1 - 5 - -1 - -1 - - - - - 2 - - - https://cm.ylhealth.org/gitlab/YongYue/hi365-app.git - 3485e854-8389-40e8-8c86-b94e94e91904 - - - - - master - - - false - - - - Mac_Node1 - false - false - false - false - - false - - - project_path=$(pwd) - -# app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) - -current_date=$(date +"%Y%m%d") - -git_short_hash=$(git rev-parse --short HEAD) - -output_path="${project_path}/build/app/outputs/bundle/release" - -new_aab_name="Hi365_Release_${current_date}_$Version_Number_${git_short_hash}.aab" - -aab_path="${output_path}/${new_aab_name}" - -# build command -flutter build appbundle --release -t lib/main_prod.dart --target-platform=android-arm64 - -# rename aab name -mv ${output_path}/app-release.aab ${aab_path} - -# deploy -echo "TODO...Deploy to Google Play Store by fastlane" - - - - - - - false - - - false - - - \ No newline at end of file -- 2.26.2