|
CruiseControl.NET : Conditional Publisher
This page last changed on Nov 30, 2010 by ccnet-doc-gen.
Conditional PublisherA container publisher that only executes the child publishers when the condition (e.g. build status) is met. VersionAvailable from version 1.5 Examples<conditionalPublisher> <conditions> <condition>Success</condition> </conditions> <publishers> <!-- Add publishers here --> </publishers> </conditionalPublisher> Configuration Elements
NotesCurrently the only available condition that can be checked is the state of the build.
|
| Document generated by Confluence on Jan 23, 2011 08:52 |