jenkins-master-project
jenkins-master-project copied to clipboard
Master Build API does not provide list of the sub-jobs
It is not possible to use the Jenkins API to get the list of sub-jobs from a master build.
Eg, this query should include at least the names of the platform, unit-tests, dbunit-tests and other "trunk" sub-jobs:
http://jenkins-instance/job/trunk/api/json?depth=2