<div dir="ltr">Ciao Sergio,<div><br></div><div>Not sure I get your point but cant you simply pass in cwd as a property and then use it as cwd for whatever you need to do?<div>More in general though, if you kick a triggerable scheduler you should know where things end up, like grabbing the previously compiled binaries and placing them somewhere in a folder (your ccwd perhaps?). I am wondering if you actually need an other builder to package what you've just compiled/built (unless of course you need a number of different packaging means like profile/release).</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 27, 2017 at 7:27 PM, Andrej Rode <span dir="ltr"><<a href="mailto:andrej.rode@ettus.com" target="_blank">andrej.rode@ettus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sergio,<br>
<span class=""><br>
><br>
> My understanding was that a Triggered builder would be run in the same<br>
> working dir of the "calling" builder but I think I'm not understanding<br>
> how to correctly configure the builders/schedulers correcty.<br>
<br>
</span>If you trigger a TriggerableScheduler this schedulers kicks off new and<br>
independent builds (you can propagate properties in the Trigger step)<br>
which are assigned to available workers.<br>
In fact the build can be delegated to the same worker or another worker<br>
depending on availability. So you should structure your build "chain"<br>
independently and use properties to transfer information between<br>
triggered builds.<br>
<br>
Maybe you can make use of transfer steps to move your build directory to<br>
the master and then download it on the package builders or even start a<br>
new build on the package builders depending if you want to change build<br>
arguments (Debug->Release).<br>
<br>
Cheers,<br>
Andrej<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>