10K+
BuildNinja Agent is the distributed build execution component of the BuildNinja CI/CD platform. This Docker image contains the agent that connects to the BuildNinja server to execute builds, run tests, and handle deployments across your infrastructure. Agents can be deployed on multiple machines to create a scalable, distributed build environment.
Quick Start:
docker pull grapehub/buildninja-agent:tag
docker run -d -p 9500:9500 --name buildninja-agent \
-e BN_AGENT_NAME=agent-linux-01 \
-e BN_AGENT_PORT=9500 \
-e BN_AGENT_SERVER_URL=http://<your-server-machine-ip>:8800 \
-e BN_AGENT_SELFURL=http://<your-agent-machine-ip>:9500 \
grapehub/buildninja-agent:tag
Requirements:
Agent Management: Agents appear in the BuildNinja dashboard for authorization, monitoring, and management.
Documentation: BuildNinja Overview
Support: [email protected]
Content type
Image
Digest
sha256:58bee93cd…
Size
165.1 MB
Last updated
about 1 month ago
docker pull grapehub/buildninja-agent