-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
Issue Summary
Currently it is not advisable for multiple remote agents to share a single build working directory because of reasons mentioned in Why it is not advisable to share a common build working directory for Bamboo Remote agents
Solution
Like local agents where in the local_working_directory there is a agent_id mentioned before the folders are created for the Job and Deployment execution, same principle can be followed for remote agents as well to segregate the working space for each agent if a single build directory is used.
/xml-data/build-dir/47972353/SCRIP-TIC-JOB1 /xml-data/build-dir/51347457/SCRIP-TIC-JOB1
[BAM-25797] Provide option in Bamboo for multiple remote agents to share a common Build working directory
Support reference count | New: 1 |
Description |
Original:
h3. Issue Summary
Currently it is not advisable for multiple remote agents to share a single build working directory because of reasons mentioned in h3. Solution Like local agents where in the local_working_directory there is a agent_id mentioned before the folders are created for the Job and Deployment execution, same principle can be followed for remote agents as well to segregate the working space for each agent if a single build directory is used. {code:java} /xml-data/build-dir/47972353/SCRIP-TIC-JOB1 /xml-data/build-dir/51347457/SCRIP-TIC-JOB1 {code} |
New:
h3. Issue Summary
Currently it is not advisable for multiple remote agents to share a single build working directory because of reasons mentioned in [Why it is not advisable to share a common build working directory for Bamboo Remote agents|https://confluence.atlassian.com/bamkb/why-it-is-not-advisable-to-share-a-common-build-working-directory-for-bamboo-remote-agents-1387866726.html] h3. Solution Like local agents where in the local_working_directory there is a agent_id mentioned before the folders are created for the Job and Deployment execution, same principle can be followed for remote agents as well to segregate the working space for each agent if a single build directory is used. {code:java} /xml-data/build-dir/47972353/SCRIP-TIC-JOB1 /xml-data/build-dir/51347457/SCRIP-TIC-JOB1 {code} |
Remote Link | New: This issue links to "Page (Atlassian Documentation)" [ 913938 ] |
Summary | Original: Provide option in Bamboo for multiple remote agents to share a single Build working directory | New: Provide option in Bamboo for multiple remote agents to share a common Build working directory |