Project DescriptionCCNet Conditional Plugin allows CCNet to perform tasks based on a set of different conditions like Build condition, status, file existence ect.
Please noteCCNet Conditional Plugin will be part of CCNet as of version 1.6. The 1.5 version of the plugin is based largely on the changes done by Craig Sutherland while integrating the code with the CCNet core.
Example
<conditional>
<conditions>
<buildCondition value="FullBuild" />
<statusCondition value="Success" />
</conditions>
<tasks>
<commentTask message="publish web site" />
</tasks>
<elseTasks>
<errorTask message="error deploying website" />
</elseTasks>
</conditional>
For a list of all availiable conditions please visit the
documentation