Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Victor Martinez
Long time ago I did 
use https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin to plot those 
coverity metrics

my 2 cents

On Thursday, 16 March 2017 16:56:50 UTC, Pradeep Patra wrote:
>
> Yes, We could able to collect the coverity data fort each module 
> connecting to coverity-connecting server through GUI. Actually when the 
> time passes we may fix some issues and the fixing trend is more important 
> as part of quality metrics. So I was thinking is there a way to achieve 
> this ?
>
> Does your perl module get coverity data and displays the fixing trend 
> through graph?
>
> On Thursday, March 16, 2017 at 6:07:19 PM UTC+5:30, Richard Ginga wrote:
>>
>> Pradeep, unless there is something new in the coverity plugin, the answer 
>> is no or, more accurately, I don't know of one. The Coverity plugin will 
>> display historic # of defects discovered. What you want, i'm sure you know, 
>> is available on the your Coverity-Connect server.
>>
>> there is a Coverity Perl module that I have used to gather such 
>> information.
>>
>> On Thu, Mar 16, 2017 at 12:18 AM, Bubunia Patra  
>> wrote:
>>
>>> Hi,
>>>
>>> I was curious to know whether we have a opensource Jenkins plugin to 
>>>  show the coverity trend to show the fixing trend in graphs and charts ?
>>>
>>> Regards
>>> Pradeep
>>>
>>> -- 
>>> 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-use...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/0fd8fe38-90eb-4241-9865-3329af96b277%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> Dick Ginga
>> Build Engineer
>> rgi...@disruptorbeam.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/6d5e8e0b-6ad3-4048-8c5c-c948b4a97b43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Richard Ginga
there is certainly a way of gathering the total "fixed" issues at any point
in time. then you save each of those and graph that set. My perl program
however resides on my previous employers computer. I might have used the
Perl module GD::Graph for the graphing. and I was able to display it in
Jenkins under a view description by using an aref html statement.

 And we don't use Coverity here now. As I recall, examples are helpful but
some learning will be required.

On Thu, Mar 16, 2017 at 12:56 PM, Pradeep Patra 
wrote:

> Yes, We could able to collect the coverity data fort each module
> connecting to coverity-connecting server through GUI. Actually when the
> time passes we may fix some issues and the fixing trend is more important
> as part of quality metrics. So I was thinking is there a way to achieve
> this ?
>
> Does your perl module get coverity data and displays the fixing trend
> through graph?
>
> On Thursday, March 16, 2017 at 6:07:19 PM UTC+5:30, Richard Ginga wrote:
>>
>> Pradeep, unless there is something new in the coverity plugin, the answer
>> is no or, more accurately, I don't know of one. The Coverity plugin will
>> display historic # of defects discovered. What you want, i'm sure you know,
>> is available on the your Coverity-Connect server.
>>
>> there is a Coverity Perl module that I have used to gather such
>> information.
>>
>> On Thu, Mar 16, 2017 at 12:18 AM, Bubunia Patra 
>> wrote:
>>
>>> Hi,
>>>
>>> I was curious to know whether we have a opensource Jenkins plugin to
>>>  show the coverity trend to show the fixing trend in graphs and charts ?
>>>
>>> Regards
>>> Pradeep
>>>
>>> --
>>> 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-use...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/jenkinsci-users/0fd8fe38-90eb-4241-9865-3329af96b277%
>>> 40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Dick Ginga
>> Build Engineer
>> rgi...@disruptorbeam.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/3fd7972d-d0e3-4ee0-a2a4-6e07d08aa2fa%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Dick Ginga
Build Engineer
rgi...@disruptorbeam.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/CAL3PpaWxjKcXbfz%3DyCEiYHn1HAtfjz1X9rDi9pkm6T-2i2JJ2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Pradeep Patra
Yes, We could able to collect the coverity data fort each module connecting 
to coverity-connecting server through GUI. Actually when the time passes we 
may fix some issues and the fixing trend is more important as part of 
quality metrics. So I was thinking is there a way to achieve this ?

Does your perl module get coverity data and displays the fixing trend 
through graph?

On Thursday, March 16, 2017 at 6:07:19 PM UTC+5:30, Richard Ginga wrote:
>
> Pradeep, unless there is something new in the coverity plugin, the answer 
> is no or, more accurately, I don't know of one. The Coverity plugin will 
> display historic # of defects discovered. What you want, i'm sure you know, 
> is available on the your Coverity-Connect server.
>
> there is a Coverity Perl module that I have used to gather such 
> information.
>
> On Thu, Mar 16, 2017 at 12:18 AM, Bubunia Patra  > wrote:
>
>> Hi,
>>
>> I was curious to know whether we have a opensource Jenkins plugin to 
>>  show the coverity trend to show the fixing trend in graphs and charts ?
>>
>> Regards
>> Pradeep
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/0fd8fe38-90eb-4241-9865-3329af96b277%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Dick Ginga
> Build Engineer
> rgi...@disruptorbeam.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/3fd7972d-d0e3-4ee0-a2a4-6e07d08aa2fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Richard Ginga
Pradeep, unless there is something new in the coverity plugin, the answer
is no or, more accurately, I don't know of one. The Coverity plugin will
display historic # of defects discovered. What you want, i'm sure you know,
is available on the your Coverity-Connect server.

there is a Coverity Perl module that I have used to gather such information.

On Thu, Mar 16, 2017 at 12:18 AM, Bubunia Patra 
wrote:

> Hi,
>
> I was curious to know whether we have a opensource Jenkins plugin to  show
> the coverity trend to show the fixing trend in graphs and charts ?
>
> Regards
> Pradeep
>
> --
> 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/0fd8fe38-90eb-4241-9865-3329af96b277%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Dick Ginga
Build Engineer
rgi...@disruptorbeam.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/CAL3PpaWqiecoQ7dPWG-QRWi2nhY3U%3DJGQ1Fx9uML4MZ69p-SYA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.