-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins v1.549
TattleTale plugin v0.3
My job's config.xml has this (which I've configured through the UI):
<publishers> <org.jenkinsci.plugins.tattletale.TattletaleReportArchiver plugin="tattletale-plugin@0.3"> <tattletaleReportDir>build-ears/tattletale/target/report/</tattletaleReportDir> <keepAll>false</keepAll> </org.jenkinsci.plugins.tattletale.TattletaleReportArchiver> <hudson.plugins.textfinder.TextFinderPublisher plugin="text-finder@1.10"> <fileSet>build-ears/tattletale/target/report/index.html</fileSet> <regexp>.*\bWARNING\b.*</regexp> <succeedIfFound>false</succeedIfFound> <unstableIfFound>true</unstableIfFound> <alsoCheckConsoleOutput>false</alsoCheckConsoleOutput> </hudson.plugins.textfinder.TextFinderPublisher> </publishers>
Note the setting of tattletaleReportDir to build-ears/tattletale/target/report/
When I go to Configure the job, under Publish Tattletale Report the directory always appears as tattletale-report and if I save it overwrites my original setting.