[Buildbot-devel] withproperties - two of them to be exact

Terry.Rankine at csiro.au Terry.Rankine at csiro.au
Sun Jul 12 15:42:49 UTC 2009


Hi

I wish to build a file name that looks like this:
myfile-r12345-b12.zip
where r12345 =  the subversion revision number
and b12 is the buildnumber.

I want to be able to do something like this:
WithProperties("myfile-r%(revision)s-b%(buildnumber)s.zip")

I cant seem to get 2 with properties into the same string or get it to fill 2 properties when i have both of the properties as python dict style, and force a build  - it doesnt get the svnrevision number, but its present on the webpage

any ideas?

Terry





More information about the devel mailing list