Files
cje-crash-course/exercises/10-distributed-builds/solution/solution.md
Benjamin Muschko 248499c8f6 Initial commit
2019-11-17 16:40:48 -07:00

844 B

Solution

Configure the master node.

Master Configuration

Add a new agent node.

Agent Configuration

You will see that the master node isn't even listed anymore in the executor overview.

Node Overview

Reconfigure the agent node to only build jobs with a specific label.

Agent Label Configuration

Reconfigure the job to only use agents that can handle a specific label.

Job Label Configuration

A build of the job is now only handled by an agent with the assigned label.

Build For Labeled Agent

Other jobs sit in a queue waiting for an agent that can handle the execution criteria.

Build For Labeled Agent