Hello All, We currently generate a lot of Jenkins jobs on a per Git branch basis using Jenkins job DSL; the multi-branch pipeline plugin looks like an interesting way to potentially get first-class job generation support using Jenkinsfiles and reduce the amount of Job DSL we maintain.
For example suppose we have libwidget and widget-server develop branch projects. When the libwidget build finishes then the widget-server job is triggered (for the develop branch). This applies to other branches too. This makes use of the "Build after other projects are built" setting to trigger builds upon completion of an upstream build (e.g. libwidget causes widget-server to be built). It seems that the multi-branch pipeline plugin lacks the "Build after other projects are built" setting - how would we accomplish the above in the multi-branch pipeline build? Regards, Fred. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0b6cbfd9-c006-49d6-abc7-76fa1cf833c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
