Configure BuildNinja Agent
Set up the Agent to connect with the server, execute assigned build jobs, and report results. The agent acts as the execution node in the CI/CD process, running builds, tests, and deployment tasks as configured by the server.
Configure and Start BuildNinja Server
-
Define the environment variables that control how the agent identifies itself, communicates with the server, and stores data locally. For details on supported variables and how to set them up, see Set Up on Linux.
-
Run the
bn_agent_linuxbinary included in the package to register the agent with the server. The agent automatically attempts to register using the provided details. If registration is successful, the server UI displays the agent under the Agentssection.
infoFor instructions on authorizing the agent, see Authorize Agent.