Command
java -jar jenkins-cli.jar -s http://localhost:8080/ build my-job
Explanation
Triggers a build of a specific Jenkins job. Can include parameters if the job accepts them.
Examples
Trigger a build with parameters
java -jar jenkins-cli.jar -s http://localhost:8080/ build my-job -p PARAM1=value1