Re: find jobs with high polling frequency?

2015-03-26 Thread Mark Waite
On Thu, Mar 26, 2015 at 11:18 AM, Les Mikesell 
wrote:

> I don't understand how that would work.  I don't want to do a bulk
> change - I want something more like a view sorted by poll frequency so
> I can understand the likely effect on the repository.


I've used the configuration slicing plugin to view the values (of interest
to me) of all the jobs.  The slicing plugin grouped the job names by the
attribute of interest (in my case, number of builds being retained), and it
had the additional benefit that I could then perform bulk adjustments
directly from that same page.

However, I'm not sure if the polling frequency is one of the values which
can be adjusted by the configuration slicing plugin.  When I needed to
detect and adjust jobs which were keeping too many builds, the
configuration slicing plugin was very helpful.

Mark Waite



> On Thu, Mar 26, 2015 at 11:54 AM, Clifford Sanders
>  wrote:
> > You can use the 'Timer Trigger Slicer' of 'Configuration Slicing Plugin'
> >
> > https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin
> >
> > Clifford
> >
> > Am Dienstag, 24. März 2015 23:54:59 UTC+1 schrieb LesMikesell:
> >>
> >> On a system with a large number of jobs configured, is there a way to
> >> find which ones are configured to poll the SCM frequently?
> >>
> >> --
> >>Les Mikesell
> >>  lesmi...@gmail.com
> >
> > --
> > 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 jenkinsci-users+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/jenkinsci-users/f4b1ecc4-34ea-4dbe-af17-dc3d4ade8d74%40googlegroups.com
> .
> >
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpxPGF1RhBE60Cd38nMFT-SmAT0KjScO9mDY%2BgR1pa1UfA%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Thanks!
Mark Waite

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEbt%2B%2BfPRz_mGB2kgosk9pjzC0MotQ8o%3DArPV3-m7rwFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: find jobs with high polling frequency?

2015-03-26 Thread Daniel Beck
... combined with View Job Filters Plugin's "Regular Expression Job Filter" 
matching any non-empty value (.+) in 'Job Schedule' to only show those with 
schedules defined.

On 26.03.2015, at 18:30, Daniel Beck  wrote:

> Maybe something like Cron Column Plugin?
> 
> On 26.03.2015, at 18:18, Les Mikesell  wrote:
> 
>> I don't understand how that would work.  I don't want to do a bulk
>> change - I want something more like a view sorted by poll frequency so
>> I can understand the likely effect on the repository.
>> 
>> On Thu, Mar 26, 2015 at 11:54 AM, Clifford Sanders
>>  wrote:
>>> You can use the 'Timer Trigger Slicer' of 'Configuration Slicing Plugin'
>>> 
>>> https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin
>>> 
>>> Clifford
>>> 
>>> Am Dienstag, 24. März 2015 23:54:59 UTC+1 schrieb LesMikesell:
 
 On a system with a large number of jobs configured, is there a way to
 find which ones are configured to poll the SCM frequently?
 
 --
  Les Mikesell
lesmi...@gmail.com
>>> 
>>> --
>>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/f4b1ecc4-34ea-4dbe-af17-dc3d4ade8d74%40googlegroups.com.
>>> 
>>> For more options, visit https://groups.google.com/d/optout.
>> 
>> -- 
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpxPGF1RhBE60Cd38nMFT-SmAT0KjScO9mDY%2BgR1pa1UfA%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>> 
> 
> -- 
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/400E79B2-0785-4D8D-B76F-F5EC5D64B76E%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.
> 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/508B546D-58F0-4A52-9447-B5EAEE6FBE38%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: find jobs with high polling frequency?

2015-03-26 Thread Daniel Beck
Maybe something like Cron Column Plugin?

On 26.03.2015, at 18:18, Les Mikesell  wrote:

> I don't understand how that would work.  I don't want to do a bulk
> change - I want something more like a view sorted by poll frequency so
> I can understand the likely effect on the repository.
> 
> On Thu, Mar 26, 2015 at 11:54 AM, Clifford Sanders
>  wrote:
>> You can use the 'Timer Trigger Slicer' of 'Configuration Slicing Plugin'
>> 
>> https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin
>> 
>> Clifford
>> 
>> Am Dienstag, 24. März 2015 23:54:59 UTC+1 schrieb LesMikesell:
>>> 
>>> On a system with a large number of jobs configured, is there a way to
>>> find which ones are configured to poll the SCM frequently?
>>> 
>>> --
>>>   Les Mikesell
>>> lesmi...@gmail.com
>> 
>> --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/f4b1ecc4-34ea-4dbe-af17-dc3d4ade8d74%40googlegroups.com.
>> 
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpxPGF1RhBE60Cd38nMFT-SmAT0KjScO9mDY%2BgR1pa1UfA%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
> 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/400E79B2-0785-4D8D-B76F-F5EC5D64B76E%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: find jobs with high polling frequency?

2015-03-26 Thread Les Mikesell
I don't understand how that would work.  I don't want to do a bulk
change - I want something more like a view sorted by poll frequency so
I can understand the likely effect on the repository.

On Thu, Mar 26, 2015 at 11:54 AM, Clifford Sanders
 wrote:
> You can use the 'Timer Trigger Slicer' of 'Configuration Slicing Plugin'
>
> https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin
>
> Clifford
>
> Am Dienstag, 24. März 2015 23:54:59 UTC+1 schrieb LesMikesell:
>>
>> On a system with a large number of jobs configured, is there a way to
>> find which ones are configured to poll the SCM frequently?
>>
>> --
>>Les Mikesell
>>  lesmi...@gmail.com
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/f4b1ecc4-34ea-4dbe-af17-dc3d4ade8d74%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpxPGF1RhBE60Cd38nMFT-SmAT0KjScO9mDY%2BgR1pa1UfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: find jobs with high polling frequency?

2015-03-26 Thread Clifford Sanders
You can use the 'Timer Trigger Slicer' of 'Configuration Slicing Plugin'

https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin

Clifford

Am Dienstag, 24. März 2015 23:54:59 UTC+1 schrieb LesMikesell:
>
> On a system with a large number of jobs configured, is there a way to 
> find which ones are configured to poll the SCM frequently? 
>
> -- 
>Les Mikesell 
>  lesmi...@gmail.com  
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f4b1ecc4-34ea-4dbe-af17-dc3d4ade8d74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: find jobs with high polling frequency?

2015-03-25 Thread Ginga, Dick
There is a column you can add to any view available with the Cron Column plugin

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell
Sent: Tuesday, March 24, 2015 6:55 PM
To: jenkinsci-users
Subject: find jobs with high polling frequency?

On a system with a large number of jobs configured, is there a way to find 
which ones are configured to poll the SCM frequently?

-- 
   Les Mikesell
 lesmikes...@gmail.com

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpx-%2B5_tjrUgMDzRSUMA2mKLzo5dhb%2BHnYRSNsLNuDobVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E514455%40AMERMBX02.PERKINELMER.NET.
For more options, visit https://groups.google.com/d/optout.


find jobs with high polling frequency?

2015-03-24 Thread Les Mikesell
On a system with a large number of jobs configured, is there a way to
find which ones are configured to poll the SCM frequently?

-- 
   Les Mikesell
 lesmikes...@gmail.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpx-%2B5_tjrUgMDzRSUMA2mKLzo5dhb%2BHnYRSNsLNuDobVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.