Build Pipeline Plugin Release 1.2.2
We are pleased to announce the availability of version 1.2.2.
The release addressed bugs.
Bug Fixes
The following defects have been resolved. Remaining defects are visible from the google code issue tracker (http://code.google.com/p/build-pipeline-plugin/issues/list).
| Defect ID | Summary |
|---|---|
| 42 | Renaming pipeline jobs breaks pipeline |
| 47 | Build Pipeline View cannot display full downstream projects |
| 48 | Downstream parameterized job picking up upstream settings |
Documentation
The documentation is available from theĀ Hudson andĀ Jenkins wikis.

I find the Build Pipeline Plugin a great tool to setup a full deployment pipeline. Are you still working on this plugin, or has the project died?
I noticed that a lot of people (me included) ran into the problem of not being able to pass parameters to manually triggered downstream jobs. Is there a solution for this planned?
The manually triggered downstream jobs are a great part of the plugin, but rather useless if theres no way to retrieve informations from the particular upstream job, like the svn revision number that was used in the pipeline run.
I get around this by writing these values to a property file which i then copy over to the downstream job using copy artifacts plugin.