20. Pipeline

There are two ways to specify a pipeline in the configuration:

Command line: pipeline-uri
XML configuration: <cc:pipeline>pipeline-uri</cc:pipeline>
Ant task: <calabash pipeline="pipeline-path"/> or <calabash><pipeline>pipeline resource</pipeline></calabash> For more information see, Section 4.2, “pipeline”

The first non-option command line argument is interpreted as the pipeline URI.

T.B.D.