-
Improvement
-
Resolution: Fixed
-
Major
Standard jobs provide API endpoints for inspecting job statuses from other applications. This would be extremely useful for multijobs as well, particularly if there were a way to retrieve the build numbers of the downstream projects that were triggered from a given multijob top level build.
Ie http://jenkins/job/MultijobJob/5/api/json would return a basic json report including the same info that is displayed in the web interface when visiting a build status page.
Should also work for /lastSuccessfulBuild, etc as well.
This is Super important in order to make this Plugin the standard way of running multiple jobs.
At the moment, If i want to have a report that is calculated at the end of the MultiJob Project i have to do some magics which are very ugly.
The main reason is that in order to display build results of inner jobs, i have to know the build number of this jobs.
At the moment there is no nice way to do so.
I hope that you will manage to provide such an ability soon.