|
||||||||
|
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.

I've fetched the code, modified it and made it 'work' again. I had to require some classes from the builflow plugin to make it work so I don't think is the best solution (I'm not a java developer either).
We have been heavily using my modified version for a couple weeks without issues so far, you can find it here:
https://github.com/david-caro/buildgraph-view
https://github.com/david-caro/build-flow-plugin
Feel free to fork and clean up![]()
The issue that I think it's happening is that it's not detecting properly the parent relation for flow jobs because it's not properly resolving the class, and instead of injecting it it's just using the local definition (if that makes any sense).