Welcome to the Jazz Community Forum
Build action before directory deletion

Hi all,
We have the scenario where we start a build using RTC, which is consequently tested using RQM. RQM leaves a bunch of logs in the Repository Workspace and we'd like to archive those logs somewhere before the next build is run and the logs are deleted.
The possible options I've thought of so far:
Does anyone have any suggestions as to the best way to do this?
Many Thanks,
Robin
We have the scenario where we start a build using RTC, which is consequently tested using RQM. RQM leaves a bunch of logs in the Repository Workspace and we'd like to archive those logs somewhere before the next build is run and the logs are deleted.
The possible options I've thought of so far:
- Get RQM to run a task after it's run the tests that copies the logs somewhere
Configure RQM to store it's logs somewhere else
Get RTC to run a separate build before this one - the separate build copying the logs somewhere else
The build is run from a batch file - so rather than getting the build definition to delete the directory, get the batch file to copy the logs, delete the dir, accept the changes and reload the workspace before the build.
Does anyone have any suggestions as to the best way to do this?
Many Thanks,
Robin