Provide a default configuration file for the distributed build agent
--------------------------------------------------------------------

                 Key: CONTINUUM-2365
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2365
             Project: Continuum
          Issue Type: Improvement
          Components: Distributed Builds
    Affects Versions: 1.3.4
            Reporter: Wendy Smoak


Currently it's harder than it needs to be to configure a distributed build 
agent.

The continuum-buildagent.xml file contains only an empty 
<continuum-buildagent-configuration/> element and must be completed by the user.

Here is a minimal config file that will work, placing the data directories 
relative to the installation and assuming that the master is on the same 
server.  These are the same kind of defaults that the Continuum webapp provides.

{noformat}
<continuum-buildagent-configuration>
  
<continuumServerUrl>http://localhost:8080/continuum/master-xmlrpc</continuumServerUrl>
  <buildOutputDirectory>data/build-output-directory</buildOutputDirectory>
  <workingDirectory>data/working-directory</workingDirectory>
</continuum-buildagent-configuration>
{noformat}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to