-
Improvement
-
Resolution: Unresolved
-
Major
-
None
We need more flexibility in the "Populate Options" (sync method). As a large C++ project, we almost always want to do incremental builds (so, "Sync only"). However, occasionally we need to do a full re-build to clean things out ("Auto clean-up and sync").
The only way to do this is...
- Edit job config
- Change sync options
- Run the job enough times so that it cleans up all node workspaces
- Edit the job config back to where it was before
It would be great if we could choose the the sync method via a Job Parameter or environment variable.