-
Task
-
Resolution: Fixed
-
Critical
-
None
Various people reported over time that Maven job type builds considerably slowly compared to the freestyle projects.
The feature does have some overhead, in that it definitely does more (for example, artifacts get archived while Maven runs, whereas freestyle projects do that after Maven has run), but it's also good to take a deep look into where the overhead is and see if anything appears out of place.
This issue tracks my investigation of this.
- depends on
-
JENKINS-23098 Slaves hanging with Maven jobs
-
- Resolved
-
[JENKINS-22354] Maven job type performance improvement
Attachment | New: pom.xml [ 25622 ] |
I've created a dummy single-module Maven project that produces 16MB artifact that consists of random bytes, in an attempt to reproduce artifact archiving overhead reported by some.