I'm pretty sure scheduled triggers allow this. I noticed the other day though that VCS triggers do not have the option.
One idea I had for a workaround, if you needed a vcs trigger for all agents: Create a 'bootstrap' configuration that uses the ReST API to kick off your build on all agents and trigger THAT build with a VCS trigger. That _should_ handle it...
I'm pretty sure scheduled triggers allow this. I noticed the other day though that VCS triggers do not have the option.
One idea I had for a workaround, if you needed a vcs trigger for all agents: Create a 'bootstrap' configuration that uses the ReST API to kick off your build on all agents and trigger THAT build with a VCS trigger. That _should_ handle it...