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

20180082: Job [Hi365_Android] configuration updated

Change performed by ³¯¾_¶§
parent 510a9249
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<builders> <builders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>project_path=$(pwd) <command>project_path=$(pwd)
echo ${project_path}
# determine build type by git branch # determine build type by git branch
if [ $BUILD_BRANCH == &quot;master&quot; ] if [ $BUILD_BRANCH == &quot;master&quot; ]
...@@ -59,7 +60,7 @@ else ...@@ -59,7 +60,7 @@ else
fi fi
# clean build # clean build
flutter clean &amp;&amp; flutter build apk --${build_type}</command> flutter clean &amp;&amp; flutter pub get &amp;&amp; flutter build apk --${build_type}</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