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

Jenkins Core build should invoke FindBugs by default

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None

      In the Jenkins core we suffer from the missing automatic FindBugs run in pull requests. It should be enabled at least to discover serious issues being introduced by PRs.

      I would like to enable automatic runs and to enable generation/reporting of FindBugs issues like we do in plugins.

          [JENKINS-36715] Jenkins Core build should invoke FindBugs by default

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          cli/pom.xml
          core/pom.xml
          core/src/findbugs-filter.xml
          pom.xml
          src/findbugs/findbugs-excludes.xml
          http://jenkins-ci.org/commit/jenkins/d8cae8221e5b5ef3b5276fb53879547169a02504
          Log:
          [FIXED JENKINS-36715] - Invoke FindBugs during the Jenkins core build (#2458)

          • Move FindBugs call to the parent POM, always run it and generate XMLs
          • Update FindBugs to 3.0.4
          • Filter away Stream encoding issues
          • Rework FindBugs definitions according to comments from @jtnord
          • Generalize configuration, findbugs:findbugs now takes it.
          • Add TODOs to FindBugs excludes file
          • Remove explicit failOnError
          • Fix the typo spotted by @jtnord

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: cli/pom.xml core/pom.xml core/src/findbugs-filter.xml pom.xml src/findbugs/findbugs-excludes.xml http://jenkins-ci.org/commit/jenkins/d8cae8221e5b5ef3b5276fb53879547169a02504 Log: [FIXED JENKINS-36715] - Invoke FindBugs during the Jenkins core build (#2458) Move FindBugs call to the parent POM, always run it and generate XMLs Update FindBugs to 3.0.4 Filter away Stream encoding issues Rework FindBugs definitions according to comments from @jtnord Generalize configuration, findbugs:findbugs now takes it. Add TODOs to FindBugs excludes file Remove explicit failOnError Fix the typo spotted by @jtnord

            oleg_nenashev Oleg Nenashev
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: