Commit 41d7e239 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated

Change performed by ³¯¾_¶§
parent bc60a3c6
...@@ -63,12 +63,11 @@ ...@@ -63,12 +63,11 @@
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders> <builders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>export FLUTTER_ROOT=&quot;/Users/jenkins/flutter&quot; <command>### pre-process
export FLUTTER_ROOT=&quot;/Users/jenkins/flutter&quot;
project_path=$(pwd) project_path=$(pwd)
cd $project_path/ios
current_date=$(date +&quot;%Y%m%d&quot;) current_date=$(date +&quot;%Y%m%d&quot;)
git_short_hash=$(git rev-parse --short HEAD) git_short_hash=$(git rev-parse --short HEAD)
...@@ -77,6 +76,9 @@ ipa_name=&quot;Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa ...@@ -77,6 +76,9 @@ ipa_name=&quot;Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa
ipa_path=&quot;${project_path}/ios/${ipa_name}&quot; ipa_path=&quot;${project_path}/ios/${ipa_name}&quot;
### start
cd $project_path/ios
# Temporarily change xcode versino for fastlane # Temporarily change xcode versino for fastlane
fastlane run xcversion version:&quot;11&quot; fastlane run xcversion version:&quot;11&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