[Buildbot-devel] WithProperties misbehavior
Bruce Walton
bruce at itasoftware.com
Fri Feb 8 17:44:53 UTC 2008
Is there anything wrong with Build Property access? Or, am I doing
anything wrong? Is there a better way to access these fields?
e.g. In testing the capabilities, I'm using this simple buildstep:
QREStrunkf.addStep(ShellCommand, command=["echo",
WithProperties("revision: %s", "revision"),
WithProperties("branch: %s", "branch"),
WithProperties("buildername: %s", "buildername"),
WithProperties("buildnumber: %s", "buildnumber"),
WithProperties("slavename: %s", "slavename")])
The output is of which is:
revision: branch: trunk/qres buildername: qresTRUNK buildnumber: 204 slavename: deng-bwalt
I'm concerned that the "revision" returned is blank (and the
documented "got_revision" doesn't work at all, appears to be
deprecated.)
I'm using a PBchangesource from a subversion server.
thanks... if you have more clue than I, please share. -bruce.
More information about the devel
mailing list