user561638
user561638

Reputation: 1367

git and hudson/jenkins - how to do incremental builds only?

How would I configure hudson/jenkins to checkout only the files/submodules,etc.. that have changed since the last nightly build? In our build system(ant/ivy), if it is checked out it gets built. So, I need to only checkout what has changed in order to do an incremental build.

Upvotes: 0

Views: 1732

Answers (1)

Manfred Moser
Manfred Moser

Reputation: 29912

Thats the default behaviour with the git plugin unless you set the project to do a clean build. What have you set up for it NOT to work?

Upvotes: 1

Related Questions