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

Proposed fix for this issue indicates an issue with the plugin not ensuring changes are saved after modifying a already completed build, so removing core component:
https://github.com/jenkinsci/join-plugin/pull/7
I confirmed in a debugger, if you purge the build cache causing reload from disk, after the first downstream job is done, it's no longer considered done afterwards. The second downstream job finishing will then not result in the join build getting triggered.