[Buildbot-devel] perforce connection

andrea crotti andrea.crotti.0 at gmail.com
Wed Aug 22 09:16:49 UTC 2012


2012/8/22 William Deegan <bill at baddogconsulting.com>:
>
> That doesn't help your slave.
> If you want a step to be executed with specific values in it's environment
> you should use the env argument to the step (from the manual
> http://buildbot.net/buildbot/docs/current/manual/cfg-buildsteps.html)
> env a dictionary of environment strings which will be added to the child
> command's environment. The usual property interpolations can be used in
> environment variable names and values - see Properties.
>
> -Bill

Ah ok since the log was from the master I thought I had to make it
available there..

So this is what you mean right?
factory.addStep(P4(p4client=ANDREA_WS, env={'P4PASSWD': 'mypass'}, **P4_ANDREA))

Unfortunately after master and slave reloading still the same problem.
And also in the waterfall page I have nothing about failing steps, am
I missing something in the configuration to show them?




More information about the devel mailing list