Update text-finder plugin

- update text-finder plugin to conver xml
- update docstring
- add plugin='text-finder' attribute

Change-Id: I421453e67f654720ef1ac67971d733c0d8b260e6
This commit is contained in:
Dong Ma
2016-12-01 06:32:02 -08:00
parent bf74e157d1
commit 6509de4c80
2 changed files with 14 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.textfinder.TextFinderPublisher>
<hudson.plugins.textfinder.TextFinderPublisher plugin="text-finder">
<fileSet>file.txt</fileSet>
<regexp>some string</regexp>
<alsoCheckConsoleOutput>true</alsoCheckConsoleOutput>