开发者

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

开发者 https://www.devze.com 2023-02-18 16:01 出处:网络
How would I configure hudson/jenkins to checkout only the files/submodules,etc.. that have changed since the last nightly build?

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开发者_StackOverflow中文版 in order to do an incremental build.


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消