Reputation: 491
Can be set in Jenkins that he did not delete all files, when I enter a new SVN URL... Jenkins should always make an SVN update...is that possible?
Upvotes: 0
Views: 1319
Reputation: 18218
In the configuration page for your project you should have a Check-out Strategy
field which you can set to Use 'svn update' as much as possible
. I have to say, however, that performing a full checkout gives better guarantees of repeatability.
Upvotes: 3