Skip to content

Instantly share code, notes, and snippets.

@boyron
Created May 6, 2014 10:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boyron/dd66be912e772197fb82 to your computer and use it in GitHub Desktop.
Save boyron/dd66be912e772197fb82 to your computer and use it in GitHub Desktop.
Trigger jenkins build from command line
# @see http://www.ittybittytalks.com/how-to-automate-your-jenkins-build-script/
curl --user <your_jenkins_username>:<your_jenkins_API_key> http://<jenkins_server_url>/job/<your_jenkins_job_name>/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment