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

Multiple class directories and source directories not parsed if there is a space after comma delimiter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • jacoco-plugin
    • None

      Migrated from GitHub Issue #59; original description appears below, verbatim:

      This does not work:

      app/build/intermediates/classes/staging/debug, data/build/intermediates/classes/debug
      

      when changing to this:

      app/build/intermediates/classes/staging/debug,data/build/intermediates/classes/debug
      

      it works.

      Relates to this line https://github.com/jenkinsci/jacoco-plugin/blob/master/src/main/java/hudson/plugins/jacoco/JacocoPublisher.java#L272

            csimons Christopher Simons
            csimons Christopher Simons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: