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.




2 Responses to “Build Pipeline Plugin Release 1.2.2”

  1. Michael Schmook
    November 23, 2011 at 8:57 pm

    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.

  2. Bedwyr Humphreys
    February 15, 2012 at 2:50 am

    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.

Leave a Reply