annotate 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
rev   line source
412
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
1 .. -*- mode: rst; encoding: utf-8 -*-
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
2
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
3 =======
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
4 Preface
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
5 =======
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
6
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
7 .. image:: logo.png
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
8 :width: 538
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
9 :height: 298
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
10 :align: center
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
11 :alt: Bitten
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
12 :class: logo
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
13
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
14 -------------------------------
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
15 Continuous Integration for Trac
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
16 -------------------------------
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
17
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
18 Bitten is a Python-based framework for collecting various software metrics via
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
19 continuous integration. It builds on Trac to provide an integrated web-based
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
20 user interface.
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
21
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
22 * `Installation <install.html>`_
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
23 * `Build Recipes <recipes.html>`_
84b8cde2dfd4 Start with documentation.
cmlenz
parents:
diff changeset
24 * `Build Recipe Commands <commands.html>`_
599
b76e6accad72 0.6dev: Added Configuration documentation. It contains all configuration information I've found in the wiki and source code.
osimons
parents: 508
diff changeset
25 * `Configuration <configure.html>`_
508
90302c84571e Added documentation for how to link to builds - See #270
dfraser
parents: 412
diff changeset
26 * `Build Links <links.html>`_
672
01cc0c8e49fb 0.6dev: Adding documentation for Notification. Closes #440.
osimons
parents: 599
diff changeset
27 * `Notification <notify.html>`_
678
bf1053c2d606 Add link to API docs back to documentation index page.
cmlenz
parents: 672
diff changeset
28 * `Generated API Documentation <api/index.html>`_
bf1053c2d606 Add link to API docs back to documentation index page.
cmlenz
parents: 672
diff changeset
29
Copyright (C) 2012-2017 Edgewall Software