Advertisement
mnencia

Untitled

Oct 2nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. >>> request.add_header('Authorization', server.auth)
  2. >>> response = urlopen(request, timeout=server.timeout)
  3. >>> response.getheader('X-Jenkins')
  4. '2.73.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement