Jenkins API missing server‑side test filtering and workarounds
Summary A developer attempted to optimize Jenkins API calls by filtering test reports server-side to retrieve only FAILED test cases. They successfully used the tree parameter to reduce the payload size by selecting specific fields (name and status), but found that the Jenkins API does not support server-side predicate filtering (e.g., status == ‘FAILED’). This … Read more