tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

ci: faster builds with maven cache #53

Closed jakebolam closed 5 years ago

jakebolam commented 5 years ago

Description

Addresses #18

Run's tests earlier, also caches deps

Before (run tests earlier):

screen shot 2018-12-08 at 2 37 54 pm

After (run tests earlier):

screen shot 2018-12-08 at 2 37 47 pm

Before (maven cache):

screen shot 2018-12-08 at 2 40 41 pm

After (maven cache):

screen shot 2018-12-08 at 2 43 30 pm

Overall nearly 4 minutes faster!

DevQA

DevQA Steps