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

order of fileset matters?

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • core
    • None
    • Dry-Plugin 2.44

    Description

      I have two files in a fileset. Both files are present in the workarea.
      When the order is "cpd_report.xml,simian_report.xml" an error is shown (see fileset1.png).
      When the order is "simian_report.xml,cpd_report.xml" no error is shown (see fileset2.png).
      Expected behaviour: The order of the files in the fileset should make no difference. Since both files are really present, no warning should be shown.

      Attachments

        1. fileset1.png
          66 kB
          Robert Lieske
        2. fileset2.png
          67 kB
          Robert Lieske

        Issue Links

          Activity

            Code changed in jenkins
            User: Ulli Hafner
            Path:
            src/main/java/hudson/plugins/analysis/core/PluginDescriptor.java
            http://jenkins-ci.org/commit/analysis-core-plugin/fa460e345c63d8980cad9271e14eeec3b14c68b9
            Log:
            JENKINS-34759 JENKINS-34760 Use validateAnt* method rather than validateFile*.

            Compare: https://github.com/jenkinsci/analysis-core-plugin/compare/ea79d2b6d28c...fa460e345c63

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/java/hudson/plugins/analysis/core/PluginDescriptor.java http://jenkins-ci.org/commit/analysis-core-plugin/fa460e345c63d8980cad9271e14eeec3b14c68b9 Log: JENKINS-34759 JENKINS-34760 Use validateAnt* method rather than validateFile*. Compare: https://github.com/jenkinsci/analysis-core-plugin/compare/ea79d2b6d28c...fa460e345c63

            Code changed in jenkins
            User: Ulli Hafner
            Path:
            src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisFreestyleSettings.java
            src/test/java/plugins/PmdPluginTest.java
            http://jenkins-ci.org/commit/acceptance-test-harness/3bf4797ae3deb7f24dc0ef4e2f9c9d8a5fce2945
            Log:
            JENKINS-34759 JENKINS-34760 Added test that exposes the bug in core.

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisFreestyleSettings.java src/test/java/plugins/PmdPluginTest.java http://jenkins-ci.org/commit/acceptance-test-harness/3bf4797ae3deb7f24dc0ef4e2f9c9d8a5fce2945 Log: JENKINS-34759 JENKINS-34760 Added test that exposes the bug in core.

            Code changed in jenkins
            User: Ulli Hafner
            Path:
            analysis-core
            dry
            warnings
            http://jenkins-ci.org/commit/analysis-suite-plugin/2df3a83938a37d6a942b4ee9b0e8d7af664ce654
            Log:
            JENKINS-34759 JENKINS-34760 Use validateAnt* method rather than validateFile*.

            Compare: https://github.com/jenkinsci/analysis-suite-plugin/compare/9ac42a5935a4...2df3a83938a3

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: analysis-core dry warnings http://jenkins-ci.org/commit/analysis-suite-plugin/2df3a83938a37d6a942b4ee9b0e8d7af664ce654 Log: JENKINS-34759 JENKINS-34760 Use validateAnt* method rather than validateFile*. Compare: https://github.com/jenkinsci/analysis-suite-plugin/compare/9ac42a5935a4...2df3a83938a3

            Code changed in jenkins
            User: Ulli Hafner
            Path:
            src/main/java/hudson/plugins/warnings/WarningsDescriptor.java
            http://jenkins-ci.org/commit/warnings-plugin/762294aaa171f556d50e219b49af1e75aea7213e
            Log:
            JENKINS-34759 JENKINS-34760 Use validateAnt* method rather than validateFile*.

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/java/hudson/plugins/warnings/WarningsDescriptor.java http://jenkins-ci.org/commit/warnings-plugin/762294aaa171f556d50e219b49af1e75aea7213e Log: JENKINS-34759 JENKINS-34760 Use validateAnt* method rather than validateFile*.
            drulli Ulli Hafner added a comment -

            I fixed it on the plug-in side. Now FilePath.validateAntFileMask needs to be fixed.

            drulli Ulli Hafner added a comment - I fixed it on the plug-in side. Now FilePath.validateAntFileMask needs to be fixed.
            drulli Ulli Hafner added a comment - Testcase: https://github.com/jenkinsci/acceptance-test-harness/commit/3bf4797ae3deb7f24dc0ef4e2f9c9d8a5fce2945

            People

              Unassigned Unassigned
              robert_l Robert Lieske
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: