Cobertura misconfiguration destroys 'publishers' node

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The following things happen when the 'sourceEncoding' value is misconfigured in your DSL script (AKA assign a value that isn't in the dropdown):

      When creating the job, the 'publishers' node is generated empty, no matter if other publishers are also defined.
      When regenerating the job, the 'publishers' node is generated properly, but none of the publishers show up in the UI.

      Console output of the seed job doesn't complain about anything.

      Example:

      job("RIP_publishers") {
          publishers {
              cobertura('**/target/site/cobertura/coverage.xml') {
                  sourceEncoding('UTF-8') // Invalid
              }
              git {
                  pushOnlyIfSuccess()
              }
          }
      }
      

            Assignee:
            Jamie Tanna
            Reporter:
            Thierry Lacour
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: