Next: , Previous: Setting the PB Port for Slaves, Up: Global Configuration


4.6.9 Defining Global Properties

The 'properties' configuration key defines a dictionary of properties that will be available to all builds started by the buildmaster:

     c['properties'] = {
         'Widget-version' : '1.2',
         'release-stage' : 'alpha'
     }