|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Jenkins 1.554.2 and Build Pipeline Plugin: 1.4.5
Steps to reproduce:
1. Create project C with a build step that will fail
2. Create project A with post build action “Build other projects” triggering project C
3. Create project B with post build action “Build other projects” triggering project C
4. Trigger build on B
5. Create a Build Pipeline View with Initial Job B
6. Go to view and retry project C
The problem is that the wrong upstream project (A) is picked when triggering so no upstream build is found. It will add null as the UpstreamCause which core can't handle.