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

Test Results Aggregator: Job Not Found

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Critical 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" }
      ,
       ....
       ]
       }
      

       

            socrates Socrates Sidereas
            cdupont2 Corentin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: