Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created March 21, 2016 20:36
Show Gist options
  • Save toast38coza/720086c56764fcf626b1 to your computer and use it in GitHub Desktop.
Save toast38coza/720086c56764fcf626b1 to your computer and use it in GitHub Desktop.
Curl to trigger a parameterized build
curl -X POST -u username:password \
-d "foo=bar&baz=bus&etc=etc" \
http://jenkinsserver:8080/job/JobName/buildWithParameters
## replace JobName with the name of your job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment