buildbot: How to set boolean property using Interpolate?

464 Views Asked by At

I try to set a new Boolean property using Interpolate:

'new-property':Interpolate('%(prop:old-property:~False)s')

but 'new-property' gets the value 'True' (string) instead of the value True (Boolean). How can I set the new property to Boolean value?

Thanks.

0

There are 0 best solutions below