Edgewall Software

Changes between Version 8 and Version 9 of Build Configurations


Ignore:
Timestamp:
Jul 15, 2008, 7:38:44 AM (16 years ago)
Author:
dlin.tw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Build Configurations

    v8 v9  
    3030Note that not all of these properties may be available for all platforms. For example, the `machine` and `processor` properties are currently empty for build slaves running on Windows. Additional properties can be set up on the slave side using a [wiki:SlaveConfiguration configuration file].
    3131
     32You can get what these properties is by following command:
     33{{{
     34bitten-slave <url> -v -k -n
     35}}}
     36You'll get some string like
     37{{{
     38[DEBUG]  Sending slave configuration: <slave name="mypc"><platform processor="sparc">sun4u</platform><os version="2.8" family="posix">Solaris</os></slave>
     39}}}
     40Note the platform sun4u is the machine property.
     41
    3242=== Examples ===
    3343