Author: nickboldt
Date: 2011-01-13 16:02:24 -0500 (Thu, 13 Jan 2011)
New Revision: 28199
Modified:
trunk/build/hudson-jobs/pom-publisher.xml
Log:
set new defaults
Modified: trunk/build/hudson-jobs/pom-publisher.xml
===================================================================
--- trunk/build/hudson-jobs/pom-publisher.xml 2011-01-13 18:55:26 UTC (rev 28198)
+++ trunk/build/hudson-jobs/pom-publisher.xml 2011-01-13 21:02:24 UTC (rev 28199)
@@ -48,34 +48,48 @@
<!-- server and connection details -->
<hudsonURL>http://localhost:8080/</hudsonURL>
- <!-- <
hudsonURL>https://hudson.qa.jboss.com/hudson/</hudsonURL>
-->
- <username>SET USERNAME HERE</username>
- <password>SET PASSWORD HERE</password>
+ <username>USERNAME HERE</username>
+ <password>PASSWORD HERE</password>
<!-- default true: existing jobs will be overwritten; set false to throw
an error if job exists -->
- <replaceExistingJob>true</replaceExistingJob>
+ <replaceExistingJob>false</replaceExistingJob>
<!-- local file path to use as template when publishing jobs -->
<jobTemplateFile>config.xml</jobTemplateFile>
<!-- job configuration: one buildURL -->
<
buildURL>https://svn.jboss.org/repos/jbosstools/trunk/build</buildU...
+ <branchOrTag>branches/jbosstools-3.2.0.CR1</branchOrTag>
<!-- then many identically configured components -->
+ <componentJobNamePrefix>jbosstools-</componentJobNamePrefix>
<components>TESTING</components>
- <!-- <components>archives, as, birt, bpel, bpmn, cdi, common, deltacloud,
- esb, examples, flow, freemarker, gwt, hibernatetools, jbpm, jmx, jsf, jst,
- maven, modeshape, portlet, profiler, runtime, seam, smooks, struts, tptp,
- usage, vpe, ws</components> -->
+ <!--
+ <components>archives, as, birt, bpel, bpmn, cdi, common,
+ deltacloud, esb, examples, flow, freemarker, gwt, hibernatetools,
+ jbpm, jmx, jsf, jst, maven, modeshape, portlet, profiler, runtime,
+ seam, smooks, struts, tptp, usage, vpe, ws</components>
+ -->
- <componentJobNameSuffix>-TESTTESTTEST</componentJobNameSuffix>
+ <componentJobNameSuffix>_trunk</componentJobNameSuffix>
+ <componentJobNameSuffix2>_stable_build</componentJobNameSuffix2>
<!-- then some special-case components (not in JBT tree) -->
- <!--<properties> <property>
<name>jbosstools-pi4soa-stable-branch</name>
- <
value>https://pi4soa.svn.sourceforge.net/svnroot/pi4soa/branches/pi4so...
- </property> <property>
<name>jbosstools-teiid-designer-stable-branch</name>
- <
value>http://anonsvn.jboss.org/repos/tdesigner/branches/7.1</value>
</property>
- <property> <name>jbosstools-savara-stable-branch</name>
<
value>http://anonsvn.jboss.org/repos/savara/branches/1.1.x</value>
- </property> </properties> -->
+ <!--
+ <properties>
+ <property>
+ <name>jbosstools-pi4soa-3.1_stable_branch</name>
+ <
value>https://pi4soa.svn.sourceforge.net/svnroot/pi4soa/branches/pi4so...
+ </property>
+ <property>
+ <name>jbosstools-teiid-designer-7.1_stable_branch</name>
+ <
value>http://anonsvn.jboss.org/repos/tdesigner/branches/7.1</value>
+ </property>
+ <property>
+ <name>jbosstools-savara-1.1_stable_branch</name>
+ <
value>http://anonsvn.jboss.org/repos/savara/branches/1.1.x</value>
+ </property>
+ </properties>
+ -->
</configuration>
</plugin>
</plugins>