Hi Davide,
On 25/08/15 08:41, "Davide Giannella" <[email protected]> wrote: >Hello team, > >our jenkins relies on github as it allows the "on commit" build, rather >than the time-scheduled of svn. AFAIR it's not possible in jenkins to >have OOTB an on-commit build. > >(2) We go straight to svn and we schedule a build every XXX. I'd say 30 >minutes. It’s possible to configure Jenkins to poll the SCM (eg. SVN) every x minutes (eg. 5) and run the build only if there is a new commit - the appropriate configuration option is Build Triggers / Poll SCM. Best regards, Tomek
