-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
linux
Pipeline running in docker container runs analysis on external server, which returns a text file which contains links to the analysis results. We built a library script in groovy that parses the text file, extracts the Url, and sends an http_request to Sonarqube to collect metrics on the Jenkins job, which are uploaded to Splunk.
We've found that attempting to parse the file fails, despite confirming it is in the current directory. I'm attaching script elements and output.