[Buildbot-devel] Build updates environment variables

Dustin J. Mitchell dustin at v.igoro.us
Tue Sep 17 01:08:51 UTC 2013


On Thu, Sep 12, 2013 at 5:59 AM, Maria Marcano
<mariangemarcano at gmail.com> wrote:
> Is it possible to get the environment variables updated in the subsequent
> command without needing to stop the build and restart the slaves ?

Each step runs in its own shell, so each one starts with a fresh
environment.  One option is to set properties, rather than environment
variables.  Another option is to combine the multiple steps into one
step that runs a shell script (in a single shell, so environment
variables persist); of course this loses the distinction of multiple
steps from Buildbot's perspective.

Dustin




More information about the devel mailing list