Browse Source

Add a new CI-Configuration which runs Findbugs regularly.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703078 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
f173745501
2 changed files with 12 additions and 0 deletions
  1. +8
    -0
      docs/nightlies.html
  2. +4
    -0
      xdocs/nightlies.xml

+ 8
- 0
docs/nightlies.html View File

@@ -257,6 +257,14 @@ system. You can directly access the builds of Ant and Ivy:</p>
<td class="when">continuously</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt132&buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt132&buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Findbugs</td>
<td class="description">runs Findbugs against Ant Codebase</td>
<td class="command">-f check.xml findbugs</td>
<td class="when">Daily at 08:00 <br /> (if there are pending changes)</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt136&buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt136&buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Distribution</td>


+ 4
- 0
xdocs/nightlies.xml View File

@@ -57,6 +57,10 @@ system. You can directly access the builds of Ant and Ivy:</p>
<configuration id="bt132" title="Checkstyle" command="-f check.xml checkstyle htmlreport">
<description>check the conformance against coding styleguide</description>
</configuration>
<configuration id="bt136" title="Findbugs" command="-f check.xml findbugs">
<description>runs Findbugs against Ant Codebase</description>
<when>Daily at 08:00 <br/> (if there are pending changes)</when>
</configuration>
<configuration id="bt130" title="Distribution" command="allclean main_distribution">
<description>a 'distribution' nearly as done while releasing</description>
<when>Daily at 08:00 GMT <br/> (if there are pending changes)</when>


Loading…
Cancel
Save