I'm setting a build up - with a repo polling trigger and a 2am schedule.
Are these triggers on their own or together? will I get a repo poll at 2am only, or will it trigger whenever there is a repo change, and also trigger at 2am?
Either conditions will trigger the build, so in your case, whenever there's a change in repository (with the precision of the polling interval of course) plus an extra build at 2 a.m.
If you want to build at 2 a.m but only if there are changes use single polling trigger, set the polling option to 'cron'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.