
| Key: |
QB-1771
|
| Type: |
New Feature
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Justin Georgeson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Having this both as a direct REST call and as a true/false parameter to the configuration delete REST call would be a really good enhancement. Especially if it's made available in the 3.1.x release as that would help us clean up our build machines as we transition them from 3.1.x to 5.0.x.
|
|
Description
|
Having this both as a direct REST call and as a true/false parameter to the configuration delete REST call would be a really good enhancement. Especially if it's made available in the 3.1.x release as that would help us clean up our build machines as we transition them from 3.1.x to 5.0.x. |
Show » |
|
groovy:
def testConf = system.configurationManager.get("root/test");
for (each in grid.allNodes) {
def workspace = each.getWorkspaceDir(testConf.id);
each.deleteDir(workspace);
}