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

喜你入骨 提交于 2020-01-06 05:31:05

问题


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.


回答1:


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?



来源:https://stackoverflow.com/questions/5383136/git-and-hudson-jenkins-how-to-do-incremental-builds-only

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!