setting properties on an agent level Phil Swenson Created July 18, 2007 03:47 Is there a way to set a system property on an agent level (or for all agents)?thanksphil
You can do this by editing conf/buildAgent.properties file.
To add a system property 'prop' add the following:
system.prop=value
Hope this helps,
KIR