[users at bb.net] triggering builds

Pierre Tardy tardyp at gmail.com
Wed Dec 2 11:46:38 UTC 2015


For what I can understand of your usecase (e.g you want to run the BuildFoo
at the same time of the other single git builds), you can simply put two
schedulers attached to BuildFoo.

SingleBranchScheduler1 will trigger two builders: BuildFoo and BuildGit1
SingleBranchScheduler2 will trigger two builders: BuildFoo and BuildGit2

Then, you need to use codebase to sort out which change is to be applied to
which git source step.

HTH.

Pierre

Le mer. 2 déc. 2015 à 01:20, Edmund Wong <ewongbb at pw-wspx.org> a écrit :

> Hi,
>
> In Nine, I've only been using the SingleBranchScheduler that
> depended on the GitPoller.
>
> Now I have a builder (say BuildFoo) that depends on two Git repos.
> When something is pushed to either of the repos, the builder should
> build along with the repos' own builders.
>
> However, I'm not sure how to go about in having this extra builder
> to start building.  Do I create a trigger or do I add a step
> in the repos' builders to start the BuildFoo builder?
> What is the best practice?
>
> Thanks
>
> Edmund
>
> _______________________________________________
> users mailing list
> users at buildbot.net
> https://lists.buildbot.net/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20151202/c9b660c4/attachment.html>


More information about the users mailing list