view doc/index.txt @ 754:545be0c8f405

Adding the ability to modify the default ''onerror'' property in the ''<build>'' element. If not specified, the behavior is unchanged; by default any step failure will result in the build failing and stopping. Added a new ''continue'' onerror specification-- it's similar to ''ignore'' except the results of ''continue'' steps are counted in the overall build status (in ''ignore'' they're ignored.) You'll need to upgrade both your master and slaves if you wish to use the ''<build>'' element override or the new ''continue'' value. Will update http://bitten.edgewall.org/wiki/Documentation/recipes.html . Thanks to jerith for comments. Closes #409. Refs #210.
author wbell
date Sat, 24 Apr 2010 13:37:26 +0000
parents bf1053c2d606
children fc90ef7b2b86
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

=======
Preface
=======

.. image:: logo.png
   :width: 538
   :height: 298
   :align: center
   :alt: Bitten
   :class: logo

-------------------------------
Continuous Integration for Trac
-------------------------------

Bitten is a Python-based framework for collecting various software metrics via
continuous integration. It builds on Trac to provide an integrated web-based
user interface.

 * `Installation <install.html>`_
 * `Build Recipes <recipes.html>`_
 * `Build Recipe Commands <commands.html>`_
 * `Configuration <configure.html>`_
 * `Build Links <links.html>`_
 * `Notification <notify.html>`_
 * `Generated API Documentation <api/index.html>`_
 
Copyright (C) 2012-2017 Edgewall Software