-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins ver. 2.44
HTTP Request Plugin ver. 1.8.13
httpRequest step called outside node causes exception "Required context class hudson.FilePath is missing"
as i think, this is because
logResponseToFile(build.getWorkspace(), logger, responseContentSupplier);
is called in
HttpRequest.perform
Can you add the full script that throws the error?
And also the log printed from the job execution.