[Buildbot-devel] withproperties or interpolate in ShellCommand

Jürgen Schulz-Brüssel juergen.schulz-bruessel at thinkproject.com
Mon Sep 1 08:11:20 UTC 2014


Hi,

most of my steps are subclassed ShellCommands. I recently upgraded from 
0.8.6 to 0.8.9 and ran in the following errors:

'Unpersistable('"'"'Unpersistable data: instance of class 
buildbot.process.properties.Interpolate deemed insecure'"'"')'


my subclassed command looks like this:

self.command=[data,
                      data,
                      self.render(WithProperties("build-%s.tar.gz", 
"revision")),
                      ]

Following the documentation I changed it to

self.command=[data,
                      data,
Interpolate('build-%(prop:got_revision)s.tar.gz'),
                      ]

but the error is still the same. I have really no idea, what's going 
wrong. Are there any hints?

Best
     Jürgen

-- 

think project! International GmbH & Co. KG
Jürgen Schulz-Brüssel
Developer

Phone +49 30 92 10 17-83
Fax +49 30 92 10 17-50
juergen.schulz-bruessel at thinkproject.com

Legal information (imprint): www.thinkproject.com/en/info

Rechtliche Informationen zum Absender (Impressum): 
www.thinkproject.com/de/info





More information about the devel mailing list