Commit 8bee08ae authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Hi365_Android] configuration updated

Change performed by ³¯¾_¶§
parent f872c13f
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>project_path=$(pwd) <command>project_path=$(pwd)
cd ${project_path}/android
app_version=$(grep &apos;version:&apos; ${project_path}/pubspec.yaml | cut -d &apos; &apos; -f2) app_version=$(grep &apos;version:&apos; ${project_path}/pubspec.yaml | cut -d &apos; &apos; -f2)
current_date=$(date +&quot;%Y%m%d&quot;) current_date=$(date +&quot;%Y%m%d&quot;)
...@@ -68,7 +66,7 @@ fi ...@@ -68,7 +66,7 @@ fi
output_path=&quot;${project_path}/build/app/outputs/apk/${build_type}&quot; output_path=&quot;${project_path}/build/app/outputs/apk/${build_type}&quot;
new_apk_name=&quot;Hi365_SIT_${current_date}-${git_short_hash}.apk&quot; new_apk_name=&quot;Hi365_SIT_${current_date}_${git_short_hash}.apk&quot;
apk_path=&quot;${output_path}/${new_apk_name}&quot; apk_path=&quot;${output_path}/${new_apk_name}&quot;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment