Manage Build Configurations

Manage Build Configurations

Repository Mapping

Target Platforms

New Target Platform
  NameRules
(No Platforms)
$platform.name
  • $rule.property ~= $rule.pattern
Rules
Property nameMatch pattern

The property name can be any of a set of standard default properties, or custom properties defined in slave configuration files. The default properties are:

os:
The name of the operating system (for example "Darwin")
family:
The type of operating system (for example "posix" or "nt")
version:
The operating system version (for example "8.10.1)
machine:
The hardware architecture (for example "i386"
processor:
The CPU model (for example "i386", this may be empty or the same as for machine
name:
The name of the slave
ipnr:
The IP address of the slave

The match pattern is a regular expression.

Add Configuration:
 Name PathActive
(No Build Configurations)
$config.label $config.path ${config.recipe == False and 'No recipe' or ''}