Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-22728

TattletaleReportArchiver tattletaleReportDir setting is lost every time job is configured

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • tattletale-plugin
    • 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.

            vtunka Vaclav Tunka
            michaelbannister Michael Bannister
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: