Issue Type: Bug Bug
Affects Versions: current
Assignee: Vaclav Tunka
Components: tattletale
Created: 23/Apr/14 9:59 AM
Description:

My job's config.xml has this (which I've configured through the UI):

<publishers>
    <org.jenkinsci.plugins.tattletale.TattletaleReportArchiver plugin="[email protected]">
      <tattletaleReportDir>build-ears/tattletale/target/report/</tattletaleReportDir>
      <keepAll>false</keepAll>
    </org.jenkinsci.plugins.tattletale.TattletaleReportArchiver>
    <hudson.plugins.textfinder.TextFinderPublisher plugin="[email protected]">
      <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.

Environment: Jenkins v1.549
TattleTale plugin v0.3
Project: Jenkins
Priority: Major Major
Reporter: Michael Bannister
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to