BFA Results Unavailable During Run

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Im attempting to retrieve BFA scan results during the post step of a pipeline build using the following (using the HTTP Request plugin):

      String test = BUILD_URL + 'api/xml?tree=actions[foundFailureCauses[*]]'
      def response = httpRequest test
      println('Response: '+ response.content)

      When I go to the URL after the build completes, I see this:

      {"_class":"org.jenkinsci.plugins.workflow.job.WorkflowRun","actions":[{"_class":"hudson.model.ParametersAction"},{"_class":"hudson.model.CauseAction"},{},{"_class":"jenkins.metrics.impl.TimeInQueueAction"},{},{},{"_class":"org.jenkinsci.plugins.workflow.cps.EnvActionImpl"},{},{},{"_class":"com.sonyericsson.jenkins.plugins.bfa.model.FailureCauseBuildAction","foundFailureCauses":[{"categories":["Testing"],"description":"FOR TESTING","id":"da7cf326-1eb8-4d8c-939b-f46654bdc73b","name":"Testing BFA Failure"}]},{},{},{},{},{"_class":"org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"},{},{"_class":"org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"},{},{},{},{}]}

      The above contains an entry for the BFA failure causes. However, if I use the groovy code to access that same URL during the run, I get:

      {"_class":"org.jenkinsci.plugins.workflow.job.WorkflowRun","actions":[\{"_class":"hudson.model.ParametersAction"}
      ,{"_class":"hudson.model.CauseAction"},{},{"_class":"jenkins.metrics.impl.TimeInQueueAction"},{},{},{"_class":"org.jenkinsci.plugins.workflow.cps.EnvActionImpl"},{},{},{},{},{"_class":"org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"},{},{},{"_class":"org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"},{},{},{}]}
      

      This result has no mention of any BFA results. 

      Is it not possible to query BFA results during a run? Or did I miss something?

            Assignee:
            Tomas Westling
            Reporter:
            Garrett Fredley
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: