One team I am working on uses Jenkins + PHPUnit for CI. I am looking for a good way to indicate a particular person is addressing a particular test which may be failing the build. The Claim plugin seems great for claiming an entire failing build but I’m looking for some way to make it more granular. It would be particularly useful to make a “sticky” per-test claim so if the same test fails next build the Claimer is retained. Can Claim do this (I thought it could, but I must be missing something if so)? Can something else do this?
Share
This is provided by the Claim plugin, as indicated by MrsTang. However, you need to activate this per job.
In the Job configuration, under the Post-Build Action
Publish Test Resultsyou will find a check boxAllow claiming of failed tests. That will allow you to claimed failed tests. We found that feature to work quite fine.