-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
when using maven incremental build the job status may be wrong
sample scenario using two maven modules A & B :
A get commited a compilation error -> build fails, status RED
B get commited a non-breacking change -> builds fine, status BLUE
the project seems all good even it has a compilation error !
Similar issue with test graph on dashboard : tests results should aggregate tests
from previous builds on modules that have been skiped during incremental build.
- duplicates
-
JENKINS-4152 Incremental builds should include previous builds' modules if previous build failed
- Resolved