-
New Feature
-
Resolution: Unresolved
-
Blocker
-
None
I have 500 modules in my project. When I created a project with option "Incremental build - only build changed modules" - I supposed this should resolve my problem.
But this builds also all dependent modules.
This causes contionios building anything, because core modules are changing very often.
I'd like to have something smarter for this. At least absolutely disable building dependent modules.
- duplicates
-
JENKINS-13391 Ability to launch only those modules that have changes in version control system.
-
- Resolved
-
I imagine this behavior is by design. If you change a core module, you need to rebuild downstream modules to see the effect.