Skip to content

Instantly share code, notes, and snippets.

@MosesMendoza
Created February 8, 2013 22:07
Show Gist options
  • Save MosesMendoza/4742351 to your computer and use it in GitHub Desktop.
Save MosesMendoza/4742351 to your computer and use it in GitHub Desktop.
0 moses@mosesmac:~$ curl -i -Fname='build.yaml' -Ffile0='@/Users/moses/build2.yaml' -Fjson='{'parameter': {'name': 'build.yaml','file': 'file0'}}' -FSubmit=Build 'http://jenkins-release.delivery.puppetlabs.net/job/experimental-puppet-packaging/buildWithParameters' -v
* About to connect() to jenkins-release.delivery.puppetlabs.net port 80 (#0)
* Trying 10.0.14.198...
* connected
* Connected to jenkins-release.delivery.puppetlabs.net (10.0.14.198) port 80 (#0)
> POST /job/experimental-puppet-packaging/buildWithParameters HTTP/1.1
> User-Agent: curl/7.25.0 (x86_64-apple-darwin11.3.0) libcurl/7.25.0 OpenSSL/1.0.1c zlib/1.2.7 libidn/1.25
> Host: jenkins-release.delivery.puppetlabs.net
> Accept: */*
> Content-Length: 3082
> Expect: 100-continue
> Content-Type: multipart/form-data; boundary=----------------------------9c7db3ff8a38
>
< HTTP/1.1 100 Continue
HTTP/1.1 100 Continue
< HTTP/1.1 302 Found
HTTP/1.1 302 Found
< Date: Fri, 08 Feb 2013 22:06:41 GMT
Date: Fri, 08 Feb 2013 22:06:41 GMT
< Server: Winstone Servlet Engine v0.9.10
Server: Winstone Servlet Engine v0.9.10
< Location: http://jenkins-release.delivery.puppetlabs.net/job/experimental-puppet-packaging/
Location: http://jenkins-release.delivery.puppetlabs.net/job/experimental-puppet-packaging/
< Content-Length: 0
Content-Length: 0
< X-Powered-By: Servlet/2.5 (Winstone/0.9.10)
X-Powered-By: Servlet/2.5 (Winstone/0.9.10)
< X-Pad: avoid browser bug
X-Pad: avoid browser bug
* HTTP error before end of send, stop sending
<
* Closing connection #0
0 moses@mosesmac:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment