Reputation: 233
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
Reputation: 4649
In the job configuration:
Build trigger -> Poll SCM -> "0 6 * * *"
Upvotes: 9