Инкрементная сборка в Jenkins

Я использую Jenkins 1.462, а версия maven - 3.0.4. В Jenkins я включил флажок «Инкрементная сборка - собирать только измененные модули»

Я хочу выяснить 2 вопроса:

Whether incremental build is sufficient? Here How do I trigger a Jenkins build of a single module in a multi-module Maven build from Subversion? for example is stated that it doesn't work at 100% Here http://www.slideshare.net/andrewbayer/7-habits-of-highly-effective-jenkins-users at page 19 is stated that incremental builds are complementary to full builds, not replacements.

Whether Incremental build - only build changed modules is actually works as expected? What I mean by this? If I have modules A, B, X, C, D. X uses A and B, C use X, D use C and I make change in X module. Than I want to recompile modules X (itslef), C (that use X directly) and D (that is in transitive closure; D use C, that use C).

Примечание: это единственное изменение, которое я сделал, чтобы включить инкрементную сборку.

Ответы на вопрос(1)

Ваш ответ на вопрос