Ticket #320: tbstatus-properties.patch
| File tbstatus-properties.patch, 674 bytes (added by Pike, 4 years ago) |
|---|
-
buildbot/status/tinderbox.py
old new 172 172 text += "%s build: %s\n" % (t, self.columnName) 173 173 elif isinstance(self.columnName, WithProperties): 174 174 # interpolate the WithProperties instance, use that 175 text += "%s build: %s\n" % (t, self.columnName.render(build))175 text += "%s build: %s\n" % (t, build.getProperties().render(self.columnName)) 176 176 else: 177 177 raise Exception("columnName is an unhandled value") 178 178 text += "%s errorparser: %s\n" % (t, self.errorparser)
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)