You can use XML API.
For Subversion repositories you would use query like this:
  
http://mybuildserver.example.org/api/xml?depth=3&xpath=/hudson/job[contains%28scm/location/remote,%22pd%22%29]/name&wrapper=jobs

For Mercurial you will first have to inspect layout of scm element in job. 
You can get sample with
  http://mybuildserver.example.org/job/SomeMercurialJob/scm/api/xml?depth=4

-- 
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.


Reply via email to