-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
Jenkins version 1.575
P4 plugin version 1.0.12
With the current plugin functionality, if multiple changes a committed around the same time, only the last changelist is built. This is the proper behavior for nightly/full builds, but for incremental build it would be nice if there was a way to build each committed change sequentially.
We use incremental builds to provide quick feedback to developers. Being able to build sequentially is helpful b/c jenkins will be able to say "your change broke the build" instead of "one of the 7 changes that were made between the 3 of you since the last time I polled broke the build".