You can grep all config.xmls[1] (I assume that's where mercurial stores repository URLs) or use groovy console to crawl all the projects that use mercurial scm and filter out the ones with given URL. I am not familiar with the Mercurial plugin source but MercurialSCM.getSource()[2] seems like what you want.

[1] grep -ri --include config.xml 'REPO_URL'
[2] https://github.com/jenkinsci/mercurial-plugin/blob/master/src/main/java/hudson/plugins/mercurial/MercurialSCM.java#L143

HTH

--
oliver

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