| << Back to previous view |
[QB-2559] Add a system attribute for the location of QB workspace on agent as a part of QB installation
|
|
| Status: | Closed |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 6.0.21 |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major |
| Reporter: | Phong Trinh | Assigned To: | Robin Shen |
| Resolution: | Won't Fix | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Environment: | QB on Linux | ||
| Description |
|
Hi Support Team,
It is very helpful for build and maintenance automations if QB installation automatically creates a system attribute on agent/node to the location of 'workspace' folder. Thanks, ptrinh |
| Comments |
| Comment by Robin Shen [ 16/Oct/15 12:36 AM ] |
| The workspace can be changed dynamically, which is not appropriate to put in the system attribute. You can always get workspace of a particular configuration by calling configuration.getWorkspaceDir() |
| Comment by Phong Trinh [ 16/Oct/15 02:01 AM ] |
|
Thank you for promptly response.
I didn't mean workspace of a configuration. The 'workspace' folder is created by installation. It is similar to system attribute for the bin folder: WRAPPER_BIN_DIR c:\QuickBuild_Agent\bin c:\QuickBuild_Agent\workspace |