Re: Restricting Cobertura trend graph to main branch?

2021-08-09 Thread Ullrich Hafner
berturaReportFile: '**/coverage-**.xml', failUnhealthy: true, > failUnstable: false, maxNumberOfBuilds: 0, onlyStable: false, sourceEncoding: > 'ASCII', zoomCoverageChart: true, enableNewApi: true, lineCoverageTargets: > "80, 0, 10" > > and I get a lov

Restricting Cobertura trend graph to main branch?

2021-08-05 Thread 'Dan Kegel' via Jenkins Users
ng: 'ASCII', zoomCoverageChart: true, enableNewApi: true, lineCoverageTargets: "80, 0, 10" and I get a lovely coverage trend graph. However, try builds (builds for merge requests) show up in the trendline, so it looks like coverage is bouncing all over the place. I'm trying setting

Re: Trend Graph

2018-04-06 Thread Artur Szostak
Users Subject: Re: Trend Graph I this a general advice or are you using the warnings plugin in a different way that requires that the old behavior should be retained? BTW: the corresponding issue is https://issues.jenkins-ci.org/browse/JENKINS-50551 Am 05.04.2018 um 13:13 schrieb Artur Szostak

Re: Trend Graph

2018-04-05 Thread Ullrich Hafner
insci-users@googlegroups.com> <mailto:jenkinsci-users@googlegroups.com>> on behalf of Dan > mailto:daniel.faie...@remcom.com>> > Sent: 30 March 2018 15:29:25 > To: Jenkins Users > Subject: Re: Trend Graph > > Maybe I should change that so that the first build alwa

Re: Trend Graph

2018-04-05 Thread Artur Szostak
Subject: Re: Trend Graph Maybe I should change that so that the first build always has no new warnings. What do you think? I’m not sure if I break something from other peoples’ jobs if I change that… This would solve my problem, so I'm all for it! For people who want existing functionality

Re: Trend Graph

2018-03-30 Thread Dan
ckbox in "Configure the trend graph". Although it seems my usage makes more sense, there's probably someone who disagrees. Something like: Suppress reference build If set warnings for the reference build are not displayed as 'new' for the graph type 'Distribution o

Re: Trend Graph

2018-03-29 Thread Ullrich Hafner
n <mailto:daniel.faie...@remcom.com>> wrote: > Jenkins uses a trend graph to display things like failed unit tests or > compilation warnings as a function of build number. Is there a way to > suppress only the first build OR to limit the height of the y-axis? > > My co

Re: Trend Graph

2018-03-29 Thread Mark Waite
Pipeline) to report warnings. Mark Waite On Thu, Mar 29, 2018 at 12:26 PM Dan wrote: > Jenkins uses a trend graph to display things like failed unit tests or > compilation warnings as a function of build number. Is there a way to > suppress only the first build OR to limit the height of t

Trend Graph

2018-03-29 Thread Dan
Jenkins uses a trend graph to display things like failed unit tests or compilation warnings as a function of build number. Is there a way to suppress only the first build OR to limit the height of the y-axis? *My company's workflow* - create a copy of a Jenkins job for your particular b

Re: warnings plugin. Filtering builds for trend graph and differences by parameter.

2015-05-24 Thread Jacek Tomaka
https://github.com/jenkinsci/analysis-core-plugin/pull/30 Użytkownik "Ullrich Hafner" napisał(a): > Temat: Re: warnings plugin. Filtering builds for trend graph and differences > by parameter. > Data: 2015-05-20 0:15 > Nadawca: "Ullrich Hafner" > Adresa

Re: warnings plugin. Filtering builds for trend graph and differences by parameter.

2015-05-19 Thread Ullrich Hafner
No, this is not possible. > Am 19.05.2015 um 14:42 schrieb Jacek Tomaka : > > Hi, > Does warnings plugin allow to filter builds that appear on the warning trends > graph? > > We do incremental builds during the day and only full builds (in clear > workspace) nightly. > > These builds differ b

warnings plugin. Filtering builds for trend graph and differences by parameter.

2015-05-19 Thread Jacek Tomaka
Hi, Does warnings plugin allow to filter builds that appear on the warning trends graph? We do incremental builds during the day and only full builds (in clear workspace) nightly. These builds differ by value of parameter BUILD_TYPE. It is either FULL or CI. It makes little sense to include

Looking for an approach to include the junit test results trend graph in an email sent out by the email-ext plugin

2014-09-11 Thread Mike K
Hi, I would like to include the trend graph from junit test results in a build email sent out by the email-ext plugin. Because I am using a hosted solution that requires a login to access any Jenkins web resources, I can't simply put the url in an html img tag. I need to attach the ima

Re: CppTest plugin with Parasoft C++Test tool - Trend graph display nothing

2014-04-29 Thread Paul Becotte
rom Parasoft C++Test tool (9.5). > C++Test reports are XML SATE (Static Analysis Tool Exposition) files. > > Here are the test results of C++Test tool: > > [image: C++Test results] > > > When using Cpptest (Publish Cpptest analysis results on Jenkins) to > display results

CppTest plugin with Parasoft C++Test tool - Trend graph display nothing

2014-04-28 Thread Jean-Baptiste MARTIN
blish Cpptest analysis results on Jenkins) to display results on a trend graph, this plugin seems to find the report file: [image: Cpptest results] But no warnings are found: [image: Cpptest warnings] I was expecting to see 1 warning. Is this a normal behaviour? Should I configure something