Thanks Richard. I'll try that.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater
Sent: Thursday, July 11, 2013 5:33 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Searching for jobs
Using Groovy via the Jenkins conso
Using Groovy via the Jenkins console is probably a better way to go.
There's a whole bunch of samples on the wiki
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console and
linked sites so you should be able to easily whip something up.
Richard.
On Fri, Jul 12, 2013 at 5:56 AM, Bob B
Hi,
I am finding myself wanting to "grep" through Job configuration files
(config.xml files) almost on a daily basis. For example, I'd like to see all
jobs that are using the hudson.plugins.cobertura.CoberturaPublisher plugin.
It is a hassle to "grep" the config files and I was wondering if the