Greetings, Do you have more details around your issue? For example, have you created a change source for each repo (e.g., for GitHub a change hook: http://docs.buildbot.net/current/manual/cfg-wwwhooks.html#chsrc-GitHub)?
Also, for source checkout for each repo, it is best to have a separate source checkout step for each one. For example, for Git, using the following source checkout: http://docs.buildbot.net/current/manual/cfg-buildsteps.html#git Regards, Alvaro On Fri, Aug 4, 2017 at 5:06 AM kipade <[email protected]> wrote: > My build project have sevral code repos. I use factory.addStep to add > multiple repo downloading. > > But, I found only the last one was saved, all previous code repo were gone. > > How should I download multiple code repos? > > Regards, > > > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users >
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
