[Buildbot-devel] [Need help] with "got_revision" for multi-codebase builds in build steps
sanjuro at openmailbox.org
sanjuro at openmailbox.org
Mon Jan 5 09:26:18 UTC 2015
I need to generate build filename string in a buildstep.
Interpolate("%(prop:got_revision)s")
produces just a dictionary:
{ 'Repo1': '12345',
'Repo2': '54321',
'Repo3': '56789' }
But how can I directly use this dictionary to generate such filename?
"Repo1_12345_Repo3_56789"
Note: I also need to exclude 'Repo2' part.
More information about the devel
mailing list