-
Bug
-
Resolution: Won't Fix
-
Critical
-
None
-
Jenkins 2.289.1
Test Result Aggregator 1.2.6
I get "Job not found" for all my jobs:
Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/Reporting job Starting Aggregate Test Results Action Collecting Data from Jenkins Job with name 'test' ...Job Not Found Collecting Data from Jenkins Job with name 'Integration' ...Job Not Found
Those jobs are existing:
curl http://172.16.11.191:8123/api/json?tree=jobs[name] -H "Accept: application/json" | jq { "_class": "hudson.model.Hudson", "jobs": [ { "_class": "com.cloudbees.hudson.plugins.folder.Folder", "name": "Integration" } , { "_class": "hudson.model.FreeStyleProject", "name": "test" } , .... ] }