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

20170121: Job [H2ULife_Mobile_ipa] configuration updated

Change performed by 冷佳娟
parent 6309479a
...@@ -22,12 +22,16 @@ commitId ...@@ -22,12 +22,16 @@ commitId
<defaultValue>develop</defaultValue> <defaultValue>develop</defaultValue>
<trim>false</trim> <trim>false</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition> </hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
<hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition plugin="global-variable-string-parameter@1.2"> <hudson.model.ChoiceParameterDefinition>
<name>DownloadName</name> <name>部署環境</name>
<description>下載清單上要顯示的名稱</description> <description>建置要部署的環境</description>
<defaultValue>H2ULife</defaultValue> <choices class="java.util.Arrays$ArrayList">
<trim>false</trim> <a class="string-array">
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition> <string>uat</string>
<string>prod</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</parameterDefinitions> </parameterDefinitions>
</hudson.model.ParametersDefinitionProperty> </hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty> <jenkins.model.BuildDiscarderProperty>
...@@ -65,7 +69,15 @@ commitId ...@@ -65,7 +69,15 @@ commitId
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders> <builders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command></command> <command>cd LiFEplus-iOS/fastlane/
if [ $GIT_BRANCH == &quot;prod&quot; ]; then
fastlane release
else
fastlane beta
fi</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