Thanks Alvaro, I can download multiple git repos from the server use codebases now. but I found the branch property take no sense for codebases, right? I have to set branch parameter for source steps.
Regards, kipade On Fri, 04 Aug 2017 15:36:47 +0000 Alvaro Erickson <[email protected]> wrote: > 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 > > -- kipade <[email protected]> _______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
