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

20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated

Change performed by ³¯¾_¶§
parent 0804da43
...@@ -75,7 +75,7 @@ git_short_hash=$(git rev-parse --short HEAD) ...@@ -75,7 +75,7 @@ git_short_hash=$(git rev-parse --short HEAD)
ipa_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa" ipa_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa"
ipa_full_path="${project_path}/ios/${ipa_name}" ipa_path="${project_path}/ios/${ipa_name}"
# Temporarily change xcode versino for fastlane # Temporarily change xcode versino for fastlane
fastlane run xcversion version:"11" fastlane run xcversion version:"11"
...@@ -88,7 +88,7 @@ mv Runner.ipa ${ipa_name} ...@@ -88,7 +88,7 @@ mv Runner.ipa ${ipa_name}
# deploy # deploy
echo "Deploy to IPA repository" echo "Deploy to IPA repository"
scp -i ~/jenkins/jenkins ${ipa_full_path} appuploader@10.57.117.135:~/app/Hi365/${ipa_name}</command> scp -i ~/jenkins/jenkins ${ipa_path} appuploader@10.57.117.135:~/app/Hi365/${ipa_name}</command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
<publishers> <publishers>
......
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