The solution: make sure there are only commas separating the projects to build specified in the post-build action.
This pull request should fix the problem: https://github.com/jenkinsci/build-pipeline-plugin/pull/47 - David On Tuesday, July 22, 2014 6:30:35 PM UTC+3, David Resnick wrote: > > I've created a pipeline using the Build Pipeline plugin connecting 5 jobs > like this: > > poll --> build-A --> deploy > --> build-B --> deploy > --> build-C --> deploy > > The poll job has a "Build other projects (manual step)" post-build action > with "build-A, build-B, build-C" as the downstream project names. > > Looking at the build-X jobs, each show the poll job as upstream job. The > pipeline view itself shows the above connections between the 5 jobs. > > After the poll job has run, I try to manually trigger the different > build-X jobs. Only build-C is actually triggered; build-A and build-B are > not triggered, with the following logged: > > Jul 22, 2014 5:57:06 PM SEVERE > au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView > triggerBuild > > No upstream trigger found for this projectbuild-A > > > Has anyone encountered this problem? Does anyone have something like this > working? > > Thanks, > David > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
