view doc/links.txt @ 760:306419d32527

Expand steps to allow in-progress steps. Some small additions to the BuildStep model, but most changes are in the ui to not assume steps are in their final state when they're shown. No change to actual processing. Refs #455, #573.
author wbell
date Sat, 24 Apr 2010 15:03:48 +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