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

BFA plugin changes job configuration by adding the doNotScan=false to them.

XMLWordPrintable

      It seems that BFA plugin by its own does add this section on Jenkins jobs without being asked to do so, creating a huge number of job changes by user SYSTEM and polluting the job change history logs.

         <com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty plugin="build-failure-analyzer@1.19.0">
            <doNotScan>false</doNotScan>
          </com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty>

      This should just not happen as a plugin is not supposed to change the job definition. Instead it should just assume the default value without doing anything.

       

       

            t_westling Tomas Westling
            ssbarnea Sorin Sbarnea
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: