<div dir="ltr"><div>Hey Pierre,</div><div><br></div>in my case there's no change triggering the build. Or better all I have is a web app kicking a cutom scheduler in turn calling <span style="color:rgb(121,93,163);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">addBuildsetForSourceStamps</span><div><div><span style="color:rgb(121,93,163);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">Right now I am using a single Sourcestamp with an empty string named codebase to feed </span><span style="color:rgb(121,93,163);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">addBuildsetForSourceStamps</span></div><div>Should I just pass two SourceStamps in to <span style="color:rgb(121,93,163);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">addBuildsetForSourceStamps</span>?</div><div><br></div><div>I am not sure if that's what I need. Ideally if a build fails and I want to re-build the same thing, I'd like Git to always get latest. Hope it's a bit more clear now.</div><div><br></div><div>Thanks,</div><div> Francesco</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 16, 2015 at 9:08 PM, Pierre Tardy <span dir="ltr"><<a href="mailto:tardyp@gmail.com" target="_blank">tardyp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Francesco,<div><br></div><div>You need to specify two different codebases for your two git steps.</div><div>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.</div><div><br></div><div>Regards</div><div><br></div></div><br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">Le lun. 16 nov. 2015 à 19:34, Francesco Di Mizio <<a href="mailto:francescodimizio@gmail.com" target="_blank">francescodimizio@gmail.com</a>> a écrit :<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hello guys,<div><br></div><div>my main checkout step is a p4 step. This is the repo that's got stuff I am interested into having compiling and tested.</div><div><br></div><div><br></div><div>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') .</div><div><br></div><div>Docs say</div><div><br></div><div><div>@param branch: The branch or tag to check out by default. If</div><div>a build specifies a different branch, it will</div><div>be used instead of this.</div></div><div><br></div><div>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.</div><div><br></div><div>On a side note: is that way renderables beheave (just like 'branch' is a renderable for Git step)</div><div><br></div><div>Many thanks,</div><div> Frank</div></div></div></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a></blockquote></div>
</blockquote></div><br></div>