Hi guys,
having multiples stages of a single configuration run on the same agent works as expected. But I’d like to know if the workspace is removed after a stage is finished or after a build is finished. Our configurations have two build stages: a debug build stage for unit tests and a release build stage. After the debug build stage is completed the release build stage is executed on the same agent. Does the release build stage start if an empty workspace directory?
By default, Continua CI does not clean the agent workspace between stages. You can force the workspace to be cleaned by using the workspace rules : http://wiki.finalbuilder.com/display/continua/Workspace+Rules
Now that I think of it, we really should have a stage option to force clean the workspace, will add that to the todo.