Guest User

Untitled

a guest
Jan 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. http://$HOST/jenkins/api
  2.  
  3. http://$HOST/jenkins/api/xml?xpath=/hudson/job[1]/build[1]/action[1]/parameter&depth=2
  4.  
  5. /job/<jobname>/api/xml
  6. /job/<jobname>/api/json
  7.  
  8. /job/<jobname>/<jobnum>/api/xml?xpath=/freeStyleBuild/action/lastBuiltRevision/SHA
  9. /job/<jobname>/<jobnum>/api/json?tree=actions[lastBuiltRevision[SHA]]
Add Comment
Please, Sign In to add comment