[Buildbot-devel] access sendchange --property in an extend process.factory.BuildFactory
Dustin J. Mitchell
dustin at v.igoro.us
Mon Feb 27 01:09:12 UTC 2012
On Thu, Feb 23, 2012 at 8:28 PM, Jonathan Schedler <jschedler at imvu.com> wrote:
> However, I have extend process.factory.BuildFactory and had overridden
> newbuild(). In new build I want to see the value of my property. I am
> having hard time making this happen.
>
> Is this possible, and if so how can I do it?
It is not -- properties are not available until the build is created -
which is, of course, after newBuild returns.
Dustin
More information about the devel
mailing list