From a7b4188f5c157a6e7d1d67bcee8eb9a31936f69f Mon Sep 17 00:00:00 2001 From: Mohamed Bilel Besrour Date: Sun, 20 Oct 2024 10:43:48 +0200 Subject: [PATCH] add docs --- docs/admin/setup/distributed.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/admin/setup/distributed.rst b/docs/admin/setup/distributed.rst index 1fa74024dc2d..65be6918a232 100644 --- a/docs/admin/setup/distributed.rst +++ b/docs/admin/setup/distributed.rst @@ -617,8 +617,12 @@ These credentials are used to clone repositories via HTTPS. You must also add th container-cleanup: expiry-minutes: 5 # Time after a hanging container will automatically be removed cleanup-schedule-minutes: 60 # Schedule for container cleanup + build-agent: + short-name: "artemis-build-agent-X" # Short name of the build agent. This should be unique for each build agent. Only lowercase letters, numbers and hyphens are allowed. +Please note that ``artemis.build-agent.short-name`` must be provided. Otherwise, the build agent will not start. + Build agents run as `Hazelcast Lite Members `__ and require a full member, in our case a core node, to be running. Thus, before starting a build agent make sure that at least the primary node is running. You can then add and remove build agents to the cluster as desired.