Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
Dry-Plugin 2.44
Description
An ANT Fileset includes should be "comma- or space-separated list of patterns of files that must be included; all files are included when omitted."
However, a space separated list is not accepted. A warning is shown.
However, both files are scanned.
Expected behaviour: dont show warning, as it works anyway.
Attachments
Issue Links
- is related to
-
JENKINS-34760 order of fileset matters?
-
- Open
-
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