We use python-jenkins (https://pypi.python.org/pypi/python-jenkins) to
automate our jenkins. it supports management of jobs, builds and views so
I think it might be useful for you to take a look at that library. I'm
thinking you might be able to use it as a helper to slap together a script
th
Hi all,
I've had a dig around but can't find an elegant for what I want to do, so I
hope some of you may be able to offer some suggestions.
I want to be able to run a parent job with parameters that will feed down
to triggered jobs, and then group all the job run results in a view
dynamically.