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
<defaultValue>develop</defaultValue>
<trim>false</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
<hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition plugin="global-variable-string-parameter@1.2">
<name>DownloadName</name>
<description>下載清單上要顯示的名稱</description>
<defaultValue>H2ULife</defaultValue>
<trim>false</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
<hudson.model.ChoiceParameterDefinition>
<name>部署環境</name>
<description>建置要部署的環境</description>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>uat</string>
<string>prod</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
......@@ -65,7 +69,15 @@ commitId
<concurrentBuild>false</concurrentBuild>
<builders>
<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>
</builders>
<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