blob: a29fd01296b27b89f2c13ea3fb2156b23b1ea464 [file] [log] [blame]
<cruisecontrol>
<property file="cruise.properties" />
<property name="logDir" value="/shared/webtools/cruise-project-logs/${project.name}"/>
<property
name="time.oneHour"
value="3600" />
<property
name="time.OnRequestOnly"
value="31536000" />
<plugin name="log" dir="${logDir}" />
<plugin name="currentbuildstatuslistener" file="${logDir}/buildstatus.html" />
<project
name="wtp-M"
buildafterfailed="true">
<dateformat format="yyyyMMdd-HHmm z" />
<listeners>
<currentbuildstatuslistener/>
</listeners>
<log dir="${logDir}" encoding="ISO-8859-1"/>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120">
<cvs
tag="R1_0_maintenance"
localworkingcopy="${build.home}/build-node/checkout/wtp-M/releng" />
<cvs
tag="R1_0_maintenance"
localworkingcopy="${build.home}/build-node/checkout/wtp-M/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/releng.control/ant.sh"
buildfile="committer.xml"
target="Build"
useQuiet="false" useLogger="false" savelogdir="${logDir}"
usedebug="false"
antworkingdir="${build.home}/releng.control">
<!-- this "M" label should be changed to "R" once maintenance release
is warming up for its "R"elease.
-->
<property
name="buildType"
value="R" />
<!-- should comment out pre-spec'd coded buildId, once R-1.0.2 is declared -->
<property
name="buildId"
value="1.0.2" />
<property
name="mapVersionTag"
value="R1_0_maintenance" />
<property
name="build.component"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- Publishers are run *after* a build completes -->
<publishers>
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.0-M-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-M">
<always address="${build.toaddress}" />
</email>
</publishers>
</project>
<project
name="wtp-I"
buildafterfailed="true">
<dateformat format="yyyyMMdd-HHmm z" />
<listeners>
<currentbuildstatuslistener/>
</listeners>
<log dir="${logDir}" encoding="ISO-8859-1"/>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-I/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-I/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.oneHour}">
<ant
antscript="${build.home}/releng.control/ant.sh"
buildfile="committer.xml"
target="Build"
useQuiet="false" useLogger="false" savelogdir="${logDir}"
usedebug="false"
antworkingdir="${build.home}/releng.control">
<property
name="buildType"
value="I" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- Publishers are run *after* a build completes -->
<publishers>
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-I-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-I">
<always address="${build.toaddress}" />
</email>
</publishers>
</project>
<project
name="wtp-N"
buildafterfailed="true">
<dateformat format="yyyyMMdd-HHmm z" />
<listeners>
<currentbuildstatuslistener/>
</listeners>
<log dir="${logDir}" encoding="ISO-8859-1"/>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/jst" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/wst" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/releng.control/ant.sh"
buildfile="committer.xml"
target="Build"
useQuiet="false" useLogger="false" savelogdir="${logDir}"
usedebug="false"
antworkingdir="${build.home}/releng.control">
<property
name="buildType"
value="N" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.trial"
value="true" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- Publishers are run *after* a build completes -->
<publishers>
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-N-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-N">
<!--
<always address="${build.toaddress}" />
-->
</email>
</publishers>
</project>
<project
name="wtp-S"
buildafterfailed="true">
<dateformat format="yyyyMMdd-HHmm z" />
<listeners>
<currentbuildstatuslistener/>
</listeners>
<log dir="${logDir}" encoding="ISO-8859-1"/>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-S/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-S/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/releng.control/ant.sh"
buildfile="committer.xml"
target="Build"
useQuiet="false" useLogger="false" savelogdir="${logDir}"
usedebug="false"
antworkingdir="${build.home}/releng.control">
<property
name="buildType"
value="S" />
<property
name="buildId"
value="1.5RC3" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- Publishers are run *after* a build completes -->
<publishers>
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-S-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-S">
<always address="${build.toaddress}" />
</email>
</publishers>
</project>
<project
name="wtp-R"
buildafterfailed="true">
<dateformat format="yyyyMMdd-HHmm z" />
<listeners>
<currentbuildstatuslistener/>
</listeners>
<log dir="${logDir}" encoding="ISO-8859-1"/>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-R/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-R/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/releng.control/ant.sh"
buildfile="committer.xml"
target="Build"
useQuiet="false" useLogger="false" savelogdir="${logDir}"
usedebug="false"
antworkingdir="${build.home}/releng.control">
<property
name="buildType"
value="R" />
<property
name="buildId"
value="1.5" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- Publishers are run *after* a build completes -->
<publishers>
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-R-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-R">
<!-- too many spurious failures to make this general note helpful
<failure address="wtp-dev@eclipse.org" />
-->
<always address="${build.toaddress}" />
</email>
</publishers>
</project>
</cruisecontrol>