First you need to download the client jar file; you can get this from http://<your Jenkins server>/cli. Place the jar file in an accessible location.
To start the build, just issue the command:
java -jar jenkins-cli.jar -s http://<your Jenkins server>/ build <project name>
0 comments:
Post a Comment