[users at bb.net] 2 checkout steps in the same builder

Pierre Tardy tardyp at gmail.com
Mon Nov 16 20:08:00 UTC 2015


Hi Francesco,

You need to specify two different codebases for your two git steps.
The source steps are overriding the branch arguments if there is a change
triggering the build. changes are associated to codebase, and will only
work for the corresponding source steps.

Regards


Le lun. 16 nov. 2015 à 19:34, Francesco Di Mizio <francescodimizio at gmail.com>
a écrit :

> Hello guys,
>
> my main checkout step is a p4 step. This is the repo that's got stuff I am
> interested into having compiling and tested.
>
>
> My build scripts are coming from github. When I add a git step to check
> them out, Git step will no matter what use the branch property. Such a
> property (say 'main') only makes sense for the p4 step. I need to use an
> other property for the git step (like 'master') .
>
> Docs say
>
> @param branch: The branch or tag to check out by default. If
> a build specifies a different branch, it will
> be used instead of this.
>
> So no matter what I pass to the step as branch, it'll still use the branch
> property. Any idea how to work this around? Basically I dont have to build
> a CI system around the git repo, ideally I'd just like to blindly check out
> its branches.
>
> On a side note: is that way renderables beheave (just like 'branch' is a
> renderable for Git step)
>
> Many thanks,
>  Frank
> _______________________________________________
> 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/20151116/fcdad9b6/attachment.html>


More information about the users mailing list