Skip to content
Snippets Groups Projects
Commit e1629696 authored by david_williams's avatar david_williams
Browse files

create patches for patches

parent ace7122c
No related branches found
No related tags found
No related merge requests found
...@@ -568,6 +568,12 @@ ...@@ -568,6 +568,12 @@
<property <property
name="mapVersionTag" name="mapVersionTag"
value="R3_0_5_patches"/> value="R3_0_5_patches"/>
<property
name="releng.dali-mapVersionTag"
value="R3_0_5_patches"/>
<property
name="releng.jsf-mapVersionTag"
value="R3_0_5_patches"/>
<property <property
name="build.distribution" name="build.distribution"
value="patches3"/> value="patches3"/>
...@@ -594,6 +600,59 @@ ...@@ -594,6 +600,59 @@
</htmlemail> </htmlemail>
</publishers> </publishers>
</project> </project>
<project
forceOnly="true"
forceBuildNewProject="false"
requireModification="true"
name="patches-R3.0.5.1-P">
<modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<alwaysbuild/>
</modificationset>
<schedule
interval="${time.veryLongTime}">
<ant>
<property
name="buildType"
value="P"/>
<property
name="buildBranch"
value="R3.0.5"/>
<property
name="mapVersionTag"
value="R3_0_5_1_patches"/>
<property
name="releng.dali-mapVersionTag"
value="R3_0_5_1_patches"/>
<property
name="releng.jsf-mapVersionTag"
value="R3_0_5_1_patches"/>
<property
name="build.distribution"
value="patches3"/>
</ant>
</schedule>
<publishers>
<antpublisher
antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
usequiet="true"
uselogger="false"
antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<property
name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}"/>
</antpublisher>
<htmlemail
skipusers="true"
logdir="${env.BUILD_HOME}/tmp">
<propertiesmapper
file=""/>
</htmlemail>
</publishers>
</project>
<project <project
forceOnly="false" forceOnly="false"
requireModification="true" requireModification="true"
......
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