Guest User

Untitled

a guest
Jun 22nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. curl -i http://10.116.178.97:8050/job/test-job/build?token=useruseruseruser
  2.  
  3. HTTP/1.1 201 Created
  4. Date: Fri, 22 Jun 2018 12:36:59 GMT
  5. X-Content-Type-Options: nosniff
  6. Location: http://10.116.178.97:8050/queue/item/1151/
  7. Content-Length: 0
  8. Server: Jetty(9.4.z-SNAPSHOT)
  9.  
  10. curl -i http://10.116.178.97:8050/job/test-job/build?token=useruseruseruser -F json='{"parameter": [{"name":"str", "value":"file0"}]}'
  11.  
  12. HTTP/1.1 201 Created
  13. Date: Fri, 22 Jun 2018 12:38:00 GMT
  14. X-Content-Type-Options: nosniff
  15. Location: http://10.116.178.97:8050/job/test-job/
  16. Content-Length: 0
  17. Server: Jetty(9.4.z-SNAPSHOT)
Add Comment
Please, Sign In to add comment