-
New Feature
-
Resolution: Unresolved
-
Major
-
None
I configure the Text-finder plugin to search a specific filename.
If the file does not exist, the following message is written to the log:
Hudson Text Finder: File set 'post_build_status_marker.txt' is empty
and the build is marked as unstable (I have "Unstable if found" checked, otherwise I presume the build would be marked as fail).
I think this behavior is wrong. If there are no files to search, then the regular expression is simply not matched.
I would suggest the following possible solutions (in descending order of preference):
(1) change the behavior so that if no files match the file list, this is not an error
OR (2) provide a checkbox so that the user can say whether or not "no matching files" is an error
OR (3) at a minimum, update the documentation (and help text on the configure page) to specify the existing behavior
[JENKINS-7548] Want Text Finder to be able to ignore missing files
Workflow | Original: JNJira [ 137647 ] | New: JNJira + In-Review [ 174743 ] |
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Summary | Original: Text-finder plugin handling of missing files to search | New: Want Text Finder to be able to ignore missing files |
Assignee | Original: drlewis [ drlewis ] |
any update on the above issue... i want to parse a text file for a pattern using text finder.
Getting the below issue even-though there is the file in the location it is giving me the following output
Jenkins Text Finder: File set 'test-automation-$Tags\Stats.txt' is empty
Build step 'Jenkins Text Finder' changed [*******] result to UNSTABLE