Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-39480

for multi module release builds module build times are calculated wrong

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • maven-plugin
    • None
    • Jenkins 2.27, Maven-Plugin 2.14, Maven-Release-Plugin 0.14

      When performing a normal CI build of a maven multi module project, at the bottom of the job buildnumber page there is a list "module builds" which shows which modules were build and how long it took. Time are correct.

      But when performing a release build, the times get wrong.

      I assume the times get wrong, because maven prints out build times per module several times (snapshot, release, versioning, ...) and the maven plugin does not sum them up correct but just takes the last block of versioning which contains all the time for the parent module while all childs are SKIPPED.

            Unassigned Unassigned
            milkyman Horst Krause
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: