I'm trying to roll my own external monitoring for my Jenkins server using PHP to access the Jenkins API and then parse the returned XML. I'm able to (using curl) pull out XML from Jenkins using the following URL format:
https://<server>/computer/<nodename>/api/xml But although I am getting back a bunch of XML data, all executor entries in the return XML are empty. There are the proper number of <executor/> entries in the xml, they're just all empty even if there are jobs running on them. A few questions 1. Is this expected behavior? 2. If not, what likely am I doing wrong? 3. If this is the expected response via the /api/xml call, is there any way I can use an api/xml call on a different url to get the names of the running jobs on each executor of the given nodename? Thanks in advance! Scott -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
