Trigger scheduled build if there is any change in subversion

Now in my current setup builds are triggered daily at 6 AM. I want to change it little bit as follows: Build should be triggered daily at 6 AM, if there exists any commit in subversion. Please explain me how to do this

Upvotes: 4

Views: 4018

Answers (1)

rcomblen
rcomblen

Reputation: 4649

In the job configuration:

Build trigger -> Poll SCM -> "0 6 * * *"

Upvotes: 9

Related Questions