Re: Is it possible to retrieve historical build or user build information through API

2018-02-06 Thread Victor Martinez
Hi, IIUC, open your /api/xml?depth=2 to see the whole dashboard view in XML format, although it might be a bit tricky if you use nested folders though. Regarding a particular job and it's historical build: - /job//api/xml?depth=1 , it should provide the whole build history of a specific job

Is it possible to retrieve historical build or user build information through API

2018-02-06 Thread Michael W
Hi, I'm trying to create a report on which builds each team member has kicked off over time. The report would have a job column, user column, and number column for number of deploys per user of that job. Does anyone know if the API supports this? I google'd some info that was 3 years old