We use the python-jenkins (https://pypi.python.org/pypi/python-jenkins)
library to automate our builds. It can do what you want and it's a lot
easier than using the REST APIs directly. Take a look at the example and
build_job() method.
On Wednesday, June 10, 2015 at 7:11:24 AM UTC-7, Alex B
Hi,
I'm using Jenkins RESP API, to build Parameterized jobs, for example i have
"jobA" and a string paramter "PARAM_A", and also an Authentication Token
defined to be "build".
So i'm exeuting this command via a bash script:
wget
http://JENKINS_URL/job/jobA/buildWithParameters?token=build&PARAM_