======================
**Added**
* Add ``wait-until-finished`` to pipeline trigger, which waits around
for the pipeline run to finalize and then outputs ``console.log`` from
each stage/job. Will exit 0 on success and 2 on failure.
Usage:
.. code-block:: shell
$ gocd pipeline trigger Simple-Pipeline --wait_until_finished=true
**Changed**
* Pipeline monitor will not raise an exception when trying to monitor
a pipeline that hasn't been run before. It'll instead be treated
as Ok or Critical depending on whether it was supposed to have been
scheduled or not.