Hello! How I can put all builder properties to environment for compile step? One property I can get with code like this: factory.addStep(buildbot.steps.shell.Compile( command = (make), env = { 'TEST': buildbot.process.properties.WithProperties('%(TEST)s') } .... )) How I can get properties list from step init? -- Boris