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

Incremental builds are not represented in Warnings plugin

      At the moment the output of each build is plotted in the trend graph. In incremental builds only a limited number of files is compiled and so only a smaller number of warnings is shown even if the unchanged files still have the same number of warnings. A comparison to the previous and valuable trend graph can not be created.
      It would be nice to keep old results and only change the results of the change set of the build.

          [JENKINS-25906] Incremental builds are not represented in Warnings plugin

          Ulli Hafner added a comment -

          How would one detect that the build is incremental?

          Ulli Hafner added a comment - How would one detect that the build is incremental?

          Hauke Sommer added a comment -

          Today, as a result you get a list of files with their related issues. So the result of the former build could be copied and only the content of files found during parsing of the output of the actual build are replaced.

          Hauke Sommer added a comment - Today, as a result you get a list of files with their related issues. So the result of the former build could be copied and only the content of files found during parsing of the output of the actual build are replaced.

          Ulli Hafner added a comment -

          I don't think that this is easy to implement. More over, one import pattern of CI is to do always full builds and no incremental builds.

          Ulli Hafner added a comment - I don't think that this is easy to implement. More over, one import pattern of CI is to do always full builds and no incremental builds.

            drulli Ulli Hafner
            haukesommer Hauke Sommer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: