
Move the main pieces of the jenkins_open() method out into a new jenkins_request() method. This makes the raw requests.Response object available to other callers, so they can access things that were not in the response's body string, such as the response headers. Change-Id: I1f4049899cf3fa25e6159c416a325419b91e322e Closes-Bug: #1724932