Build Agent

Noun · Development

Definitions

  1. A machine, container, or process that executes build and test jobs on behalf of a CI or automation system. Build agents need the right toolchain, secrets, network access, and isolation because they often compile code, run tests, and publish artifacts.

    In plain English: A worker machine or process that runs build jobs for a CI system.

    Example: "The pipeline was flaky until they pinned Java and Node versions on every build agent instead of depending on whatever happened to be installed."

Related Terms