History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2428
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Storage Directory on QuickBuild Agent

Created: 04/May/15 06:45 PM   Updated: 05/May/15 12:57 AM
Component/s: None
Affects Version/s: 6.0.11
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux


 Description  « Hide
 Is there any way I can configure storage directory for quickbuild agent which is similar to QuickBuild server? It means that the data (source/logs) is stored in different directory than where QB agent is installed?

 Thanks,
-ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [05/May/15 12:57 AM]
Yes, you may edit advanced setting of root configuration, and define storage setting as "use specified path", and then script the path to use different storage for server and agent, for instance:
${groovy: node.isServer()? "/path/to/server/storage": "/path/to/agent/storage"}