Errors are not being written to the outputFile

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: http-request-plugin
    • Environment:

      I am purposely inputting a bad URL and trying to capture the error that ensues. However, the outputFile that I specified is not being updated.

      script {
           response = httpRequest (
                ignoreSslErrors: true, 
                url: 'badURLGoesHere',
                outputFile: 'repwebResults.xml',
                 validResponseCodes: '100:500'
             ) 
      }
      

            Assignee:
            Janario Oliveira
            Reporter:
            Sarah Kladstrup
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: