Skip to content
Snippets Groups Projects
Commit 0c4b488d authored by ndai's avatar ndai
Browse files

*** empty log message ***

parent 2d2d1538
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
<property name="buildTarget" value="all" /> <property name="buildTarget" value="all" />
<property name="removeBuildDir" value="true" /> <property name="removeBuildDir" value="true" />
<antcall target="startBuild"> <antcall target="startBuild">
<param name="ftpDir" value="${ftpRemoteDirectory}"/>
</antcall> </antcall>
</target> </target>
<target name="Repeat"> <target name="Repeat">
<property name="buildTarget" value="all" /> <property name="buildTarget" value="all" />
<antcall target="startBuild"> <antcall target="startBuild">
<param name="ftpDir" value="${ftpRemoteDirectory}"/>
</antcall> </antcall>
</target> </target>
...@@ -21,21 +19,18 @@ ...@@ -21,21 +19,18 @@
<delete dir="${build.home}/test-${build.component}-${buildType}" failonerror="false" /> <delete dir="${build.home}/test-${build.component}-${buildType}" failonerror="false" />
<property name="buildTarget" value="test" /> <property name="buildTarget" value="test" />
<antcall target="startBuild"> <antcall target="startBuild">
<param name="ftpDir" value="${ftpRemoteDirectory}"/>
</antcall> </antcall>
</target> </target>
<target name="Publish"> <target name="Publish">
<property name="buildTarget" value="justPublish" /> <property name="buildTarget" value="justPublish" />
<antcall target="startBuild"> <antcall target="startBuild">
<param name="ftpDir" value="${ftpRemoteDirectory}"/>
</antcall> </antcall>
</target> </target>
<target name="Push"> <target name="Push">
<property name="buildTarget" value="justPush" /> <property name="buildTarget" value="justPush" />
<antcall target="startBuild"> <antcall target="startBuild">
<param name="ftpDir" value="${ftpRemoteDirectory}"/>
</antcall> </antcall>
</target> </target>
...@@ -45,7 +40,7 @@ ...@@ -45,7 +40,7 @@
<echo message="Build type is: ${buildType}" /> <echo message="Build type is: ${buildType}" />
<echo message="Branch : ${mapVersionTag}" /> <echo message="Branch : ${mapVersionTag}" />
<echo message="Trial : ${build.trial}" /> <echo message="Trial : ${build.trial}" />
<echo message="ftpRemoteDirectory : ${ftpDir}" /> <echo message="ftpRemoteDirectory : ${ftpRemoteDirectory}" />
<ant antfile="checkout.xml" target="all" dir="." inheritall="false"> <ant antfile="checkout.xml" target="all" dir="." inheritall="false">
<property name="codir" value="/home/build-home/build-node/checkout/${build.component}-${buildType}" /> <property name="codir" value="/home/build-home/build-node/checkout/${build.component}-${buildType}" />
...@@ -68,7 +63,7 @@ ...@@ -68,7 +63,7 @@
<property name="ftpUser" value="${ftpUser}" /> <property name="ftpUser" value="${ftpUser}" />
<property name="ftpPassword" value="${ftpPassword}" /> <property name="ftpPassword" value="${ftpPassword}" />
<property name="ftpServer" value="${ftpServer}" /> <property name="ftpServer" value="${ftpServer}" />
<property name="ftpRemoteDirectory" value="${ftpDir}" /> <property name="ftpRemoteDirectory" value="${ftpRemoteDirectory}" />
</ant> </ant>
</target> </target>
...@@ -89,7 +84,7 @@ ...@@ -89,7 +84,7 @@
<property name="build.component" value="docs" /> <property name="build.component" value="docs" />
<property name="buildTarget" value="buildDoc" /> <property name="buildTarget" value="buildDoc" />
<antcall target="Build"> <antcall target="Build">
<param name="ftpDir" value="${ftpDocsRemoteDirectory}"/> <param name="ftpRemoteDirectory" value="${ftpDocsRemoteDirectory}"/>
</antcall> </antcall>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment