view doc/links.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 a3197bba9c21
children
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

===========
Build Links
===========

Bitten supports the ability to link between any wiki-enabled objects in Trac.

To link to a particular build, use the TracLink syntax ``build:N``
(where ``N`` is the number of the build).

Linking to a particular step of the build is also supported by adding an
anchor reference, like ``build:N#Test``. If the step ID contains spaces,
the link must be quoted: ``build:"N#My Step"``.
Copyright (C) 2012-2017 Edgewall Software