TextFinder- & Claim-Plugin are not working properly together

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major
    • Component/s: claim-plugin
    • None

      We're using the text-finder plugin to change some jobs' status to unstable and the claim plugin to allow all devs to claim the jobs.

      publishers {
        allowBrokenBuildClaiming()
        textFinder("echo 'TESTS FAILED'", '', true, false, true)
        archiveJunit("report/tests/*.xml")
      }
      

      The resulting job configuration looks like shown on the attached screenshot.
      The problem is, that you won't be able to claim the job if it was set to unstable by the textFinder-Plugin. From what I read so far, the dependency in between publisher plugins should be managed internally but to me it looks like the dependency between the two plugins is not managed correctly. If moving the allow claiming part behind the textFinder within the ui configuration, it works.

            Assignee:
            Arnaud TAMAILLON
            Reporter:
            Moritz P
            Votes:
            9 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: