I have a number of agents, all running in separated machines. I would like all of those agents to run the builds in the same path. So I have set build-path=/home/user/builds
in the configuration, expecting builds to be in /home/user/builds/PIPELINENAME
. But the builds actually happen in /home/user/builds/XXX/PIPELINENAME
, with XXX being the name of the agent.
Is there a way to not have the agent name as part of the path? If it is not possible, what would be the implications of giving the same name to all of the agents?
Thanks for your help