Reputation: 411
How can I configure jenkins that it pull instead of clone?
Upvotes: 3
Views: 6630
Reputation: 5131
The default behavior of git plugin in jenkins is:
So, the first time that your job run the repository will be cloned, and in the second will be updated.
Upvotes: 6