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

Unable to specify source or classes directories

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • coverage-plugin
    • None
    • Any

      I am trying to migrate from JaCoCo plugin to coverage plugin, because JaCoCo plugin is now end-of-life.

      However, I am running into a configuration issue.

      I was using the following to configure JaCoCo:

      jacoco execPattern: '**/target/jacoco*.exec',
      classPattern: '**/target/classes-jacoco',
      sourcePattern: '**/src/main/java', exclusionPattern: '**/src/test/java', 

      The classPattern is missing in the coverage plugin so I can't generate the reports correctly.

            drulli Ulli Hafner
            lprimak Lenny
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: