|
CruiseControl.NET : Sequential Task
This page last changed on Jan 30, 2010 by williams.
Sequential TaskRuns a set of child tasks in order. This task is primarily designed for scenarios where execution can take more than more path (e.g. Parallel Task). This is normally not required for tasks directly under the prebuild, tasks or publishers element in a project. VersionAvailable from version 1.5 ExamplesMinimalist example <sequential> <tasks> <!-- Tasks defined here --> </tasks> </sequential> Full example <sequential continueOnFailure="true"> <description>Example of how to run multiple tasks in sequence.</description> <tasks> <!-- Tasks defined here --> </tasks> </sequential> Configuration Elements
|
| Document generated by Confluence on Jan 23, 2011 08:52 |