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

Changing maven artifact groupId falsey records all tests as new tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • ci-game-plugin
    • None

      Affects 1.19

      create a project with groupId=abc and 10 tests. Build. It will score 11 due to ten new tests.

      Now change the groupId=xyz, build again. It will score 11 again, treating the existing 10 tests as new, because jenkins records the tests under the groupId/artifactId.

      It should probably say 10 tests removed or disabled under abc = -10, and 10 tests added under xyz =+10, so net off as zero. Or just ignore group and artifact ids when counting tests.

            redsolo redsolo
            dantheperson daniel carter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: