Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2365

Provide a default configuration file for the distributed build agent

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.4 (Beta)
    • 1.3.5 (Beta)
    • Distributed Builds
    • None

    Description

      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.

      <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>
      

      Attachments

        Activity

          People

            ctan Maria Catherine R. Tan
            wsmoak Wendy Smoak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: