This page last changed on Dec 10, 2009 by csut017.

Full Example

Here is the full configuration for the example:

<cruisecontrol>
  <internalSecurity>
    <users>
      <passwordUser name="petros" password="whoareyou"/>
    </users>
    <permissions>
      <rolePermission name="all" defaultRight="Deny" forceBuild="Allow">
        <users>
          <userName name="petros"/>
        </users>
      </rolePermission>
    </permissions>
  </internalSecurity>
  <project name="Open_Source(Build)">
    <workingDirectory>C:\Build\OSB</workingDirectory>
    <artifactDirectory>C:\Build\OSB\Deploy</artifactDirectory>
    <webURL>http://localhost/server/local/project/LAS-Main/ViewProjectReport.aspx</webURL>
    <!-- Source control block defined here -->
    <triggers>
      <intervalTrigger buildCondition="IfModificationExists" seconds="300"/>
    </triggers>
    <tasks>
      <!-- Tasks defined here -->
    </tasks>
    <publishers>
      <!-- Publishers defined here -->
      <xmllogger/>
    </publishers>
    <security type="defaultProjectSecurity">
      <permissions>
        <rolePermission name="all" ref="all"/>
      </permissions>
    </security>
  </project>
  <project name="Open_Source(Deploy)">
    <workingDirectory>C:\Build\OSD</workingDirectory>
    <artifactDirectory>C:\Build\OSD\Deploy</artifactDirectory>
    <webURL>http://localhost/server/local/project/LAS-Main/ViewProjectReport.aspx</webURL>
    <!-- Source control block defined here -->
    <triggers />
    <tasks>
      <!-- Tasks defined here -->
    </tasks>
    <publishers>
      <!-- Publishers defined here -->
      <xmllogger/>
    </publishers>
    <security type="defaultProjectSecurity">
      <permissions>
        <rolePermission name="all" ref="all"/>
      </permissions>
    </security>
  </project>
</cruisecontrol>
Document generated by Confluence on Jan 23, 2011 08:52