Working with Build Grid
Grid overview
The Build Grid can be managed by switching to Grid tab as shown below:
- Active nodes are connected and authorized nodes, and can be used to run build steps. When QuickBuild server is initially installed, the grid contains only one active node - the build server itself.
- Unauthorized nodes are connected nodes, but have not been authorized. To authorize nodes, select them and click the authorize link from action menu.
- Additional grid nodes can be added by installing build agents on other build machines.
- To remove nodes from the grid, just select nodes you want to remove, and click the unauthorize link from action menu.
Grid node attributes
Node attributes can be used to filter nodes for certain steps by specifying the step property node match condition . For example, the condition node.getAttribute("os.name").startsWith("Windows") matches only agents running Windows operating system, while condition node.hasAttribute("ant") matches agents that have the attribute ant defined.
There are two sets of attributes for a node: system defined attributes and user defined attributes. System defined attributes will be displayed if you select the System Attributes tab in node detail page.
System defined attributes include all environment variables and all Java system properties.
{#WorkingwithBuildGrid-defineuserattributes}User attributes are custom attributes that are defined by user to identify ability/environment of the node. For example, if the agent has Ant and Maven installed, you may define user attributes to reflect this installation as below: