Guest User

Untitled

a guest
Jan 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/usr/bin/python
  2. import os
  3. import requests
  4.  
  5. p = {'json': '{"displayName":"custom_build_name", "description":"dynamically submit a custom display name for every build."}'}
  6. requests.post("{}configSubmit".format(os.environ['BUILD_URL']), data=p, auth=("feis", "119093b8da90b44206c056857fefe0dd31"))
Add Comment
Please, Sign In to add comment