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

20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated

Change performed by ³¯¾_¶§
parent 666c86f9
......@@ -89,11 +89,17 @@
<builders>
<hudson.tasks.Shell>
<command># Choose build dart by environment
if [ $BUILD_BRANCH == &quot;master&quot; ]
if [ $BUILD_FLUTTER_ENV == &quot;sit&quot; ]
then
default_doc=&quot;main_sit.dart&quot;
elif [ $BUILD_FLUTTER_ENV == &quot;uat&quot; ]
then
default_doc=&quot;main_uat.dart&quot;
elif [ $BUILD_FLUTTER_ENV == &quot;prod&quot; ]
then
default_doc=&quot;main_prod.dart&quot;
else
default_doc=&quot;main_sit.dart&quot;
default_doc=&quot;&quot;
fi
# Set the variable
......
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