It would be good if we could have a workspace that defines a poll area to kick off a job then use a different workspace to perform the sync(s).
Usage example:
If anything changes anywhere in my project I want to rebuild my part only and then run my QA test with the other binaries from other jobs.
For example:
poll on //depot/project1/main/...
sync //depot/project1/main/security/...
Current workarounds:
- two jobs. One to preview sync that triggers another job that does the full sync
- a change-submit trigger that fires to build an explicit job