0

I have placed my code in Tortoise SVN. I have integrated the SVN to Jenkins. I need to build the code for every checkin.

I am using MS Build. I have integrated SVN with Visual Studio.

Patrick Quirk
  • 23,334
  • 2
  • 57
  • 88
  • possible duplicate of [How do I get jenkins to build every revision of a subversion repository](http://stackoverflow.com/questions/8310979/how-do-i-get-jenkins-to-build-every-revision-of-a-subversion-repository) – WilQu Nov 17 '14 at 15:54

1 Answers1

1

In source code management, select scm as svn and add the svn location. And in build trigger's select poll scm and say if you want to run the polling if someone has checked in last 15 minutes use pattern like

*/15 * * * *

For further details you could even check this

Community
  • 1
  • 1
SMA
  • 36,381
  • 8
  • 49
  • 73