Author: nickboldt
Date: 2011-02-28 12:08:11 -0500 (Mon, 28 Feb 2011)
New Revision: 29384
Modified:
trunk/build/hudson-jobs/pom-checker.xml
Log:
add new fliter params to job checker; output now includes whether tests are
enabled/disabled and can output default job params too
Modified: trunk/build/hudson-jobs/pom-checker.xml
===================================================================
--- trunk/build/hudson-jobs/pom-checker.xml 2011-02-28 16:41:48 UTC (rev 29383)
+++ trunk/build/hudson-jobs/pom-checker.xml 2011-02-28 17:08:11 UTC (rev 29384)
@@ -44,13 +44,20 @@
$ export JAVA_HOME=/opt/sun-java2-6.0/; mvn clean install
-->
<!-- more output w/ verbose; default false -->
- <verbose>true</verbose>
+ <verbose>false</verbose>
<!-- server and connection details -->
<!-- <
hudsonURL>https://hudson.qa.jboss.com/hudson/</hudsonURL>
-->
<hudsonURL>http://localhost:8080/</hudsonURL>
<username>SET USERNAME HERE</username>
<password>SET PASSWORD HERE</password>
+
+ <!-- to select a subset of jobs, use these
filters; default none (all jobs on server!) -->
+
<viewFilter>view/DevStudio_Stable_Branch/</viewFilter>
+
+ <!-- default .* to select all -->
+ <regexFilter>.*</regexFilter>
+
</configuration>
</plugin>
</plugins>