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

Can't use variables in result files path pattern

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • analysis-core-plugin
    • None

      I'm trying to use vairables insiede the Publish FindBugs/Checkstyle/PMD results analysis, inside the field FindBugs/Checkstyle/PMD results but it seems to take my variable name literally and therefore not find the xml files.

      My usecase is that the same workspace is used for multiple branches and i would like it to scan only for one branch by pointing the scan to the right folder.

      Is it impossible or am I missing something?
      I'm not using the latest version (yet, have to deal with upgrade related issues first) but i looked in the changelog and didn't see a solution.

          [JENKINS-30735] Can't use variables in result files path pattern

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          analysis-collector.iml
          pom.xml
          http://jenkins-ci.org/commit/analysis-collector-plugin/3fbfed317d678168881ae99442a17b1fe25b590a
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: analysis-collector.iml pom.xml http://jenkins-ci.org/commit/analysis-collector-plugin/3fbfed317d678168881ae99442a17b1fe25b590a Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          src/main/java/hudson/plugins/analysis/core/HealthAwareRecorder.java
          http://jenkins-ci.org/commit/analysis-core-plugin/f1242471793e1c71f505ed0f4da7359cb737a04c
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/java/hudson/plugins/analysis/core/HealthAwareRecorder.java http://jenkins-ci.org/commit/analysis-core-plugin/f1242471793e1c71f505ed0f4da7359cb737a04c Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          analysis-test.iml
          pom.xml
          http://jenkins-ci.org/commit/analysis-test-plugin/8c5a77b1c468d653caa32aabfdb40282bef5f932
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: analysis-test.iml pom.xml http://jenkins-ci.org/commit/analysis-test-plugin/8c5a77b1c468d653caa32aabfdb40282bef5f932 Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          checkstyle.iml
          pom.xml
          src/main/java/hudson/plugins/checkstyle/CheckStylePublisher.java
          http://jenkins-ci.org/commit/checkstyle-plugin/873abc79f8c93c54f6cb97039af4a84c15704001
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: checkstyle.iml pom.xml src/main/java/hudson/plugins/checkstyle/CheckStylePublisher.java http://jenkins-ci.org/commit/checkstyle-plugin/873abc79f8c93c54f6cb97039af4a84c15704001 Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          src/main/java/hudson/plugins/dry/DryPublisher.java
          http://jenkins-ci.org/commit/dry-plugin/2ad35a7ead578ffa944e1c626fe52bf09f63734f
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/java/hudson/plugins/dry/DryPublisher.java http://jenkins-ci.org/commit/dry-plugin/2ad35a7ead578ffa944e1c626fe52bf09f63734f Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          pom.xml
          src/main/java/hudson/plugins/warnings/WarningsPublisher.java
          warnings.iml
          http://jenkins-ci.org/commit/warnings-plugin/db62da8ba72d05c19564733e2bec6e702a566e97
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: pom.xml src/main/java/hudson/plugins/warnings/WarningsPublisher.java warnings.iml http://jenkins-ci.org/commit/warnings-plugin/db62da8ba72d05c19564733e2bec6e702a566e97 Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          pmd.iml
          pom.xml
          src/main/java/hudson/plugins/pmd/PmdPublisher.java
          http://jenkins-ci.org/commit/pmd-plugin/3a9abdb0ddb5b2d34e7d0ed29f7d015a19f67898
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: pmd.iml pom.xml src/main/java/hudson/plugins/pmd/PmdPublisher.java http://jenkins-ci.org/commit/pmd-plugin/3a9abdb0ddb5b2d34e7d0ed29f7d015a19f67898 Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          plugin/findbugs.iml
          plugin/pom.xml
          plugin/src/main/java/hudson/plugins/findbugs/FindBugsPublisher.java
          http://jenkins-ci.org/commit/findbugs-plugin/0c7880bbe9c069bd98468f930ddddbb10c20987b
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: plugin/findbugs.iml plugin/pom.xml plugin/src/main/java/hudson/plugins/findbugs/FindBugsPublisher.java http://jenkins-ci.org/commit/findbugs-plugin/0c7880bbe9c069bd98468f930ddddbb10c20987b Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          pom.xml
          tasks.iml
          http://jenkins-ci.org/commit/tasks-plugin/ee05314e52a5d4981f94d5fdbc6579924895e855
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: pom.xml tasks.iml http://jenkins-ci.org/commit/tasks-plugin/ee05314e52a5d4981f94d5fdbc6579924895e855 Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          src/test/java/plugins/CheckStylePluginTest.java
          http://jenkins-ci.org/commit/acceptance-test-harness/8a41d9ca7b51c8af9d2b173a30b16b533af33639
          Log:
          [FIXED JENKINS-30735] Expand environment variabes in file pattern.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/test/java/plugins/CheckStylePluginTest.java http://jenkins-ci.org/commit/acceptance-test-harness/8a41d9ca7b51c8af9d2b173a30b16b533af33639 Log: [FIXED JENKINS-30735] Expand environment variabes in file pattern.

            drulli Ulli Hafner
            yair Yair Yogev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: