[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2016-05-20 Thread jean-luc.raf...@adept.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jean-Luc Raffin commented on  JENKINS-25340 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: lost trend history after skipping build  
 
 
 
 
 
 
 
 
 
 
I am using matrix (multi configuration) projects with filters to build only a subset of all the possible configurations. These filters are dynamic and change from one build to another, so some configurations are sometimes built and sometimes not. This causes "holes" in the history of the configurations, preventing the test result trend to display the entire history for a given configuration. 
For example: Matrix can build CONF1 and CONF2 Build #1 is CONF1 Build #2 is CONF1 Build #3 is CONF2 Build #4 is CONF2 Build #5 is CONF1 Build #6 is CONF1 => CONF1 history is #1 #2 #5 #6, CONF2 history is #3 #4, and CONF1 test result trend only shows #5 #6 
I would appreciate any suggestions to get all the builds for the configuration in the test result trend... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2016-05-19 Thread ashish.ra...@tallysolutions.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ashish Rathi commented on  JENKINS-25340 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: lost trend history after skipping build  
 
 
 
 
 
 
 
 
 
 
I am using xUnit plugin and JUnit. I am assigning build number to my jobs via a groovy script(so that all my jobs can share unique build numbers across jenkins),and I feel the same causes the graphs to have the only the latest build number,and thus the blank "Test Result Trend" graph. The Test results however can be easily used/consumed by other plugins like "tests results analyser" If Job 1 has build numbers 5,7,10,12 then the trend history will be blank,and will show build number 12 only. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2015-04-23 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















JENKINS-24380 makes it feasible to add an API by which a plugin could ask about the list of builds which exist, which previously would have been very hard; it does not actually include such an API.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2015-04-23 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-25340


lost trend history after skipping build















Builds still need to be loaded from disk to show the tests, so nothing changed AFAICT.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2015-04-22 Thread bren...@letrabb.com (JIRA)














































Brantone
 commented on  JENKINS-25340


lost trend history after skipping build















If a work around is to hit `url-head/jenkins-job-name/lastCompletedBuild/testReport/history/countGraph/png?start=0end=100` ... why not just update the Project Job page to use that??

Also, now that JENKINS-24380 is done and out the door, worth revisiting this sucker? Even if matter of swapping in the workaround png?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-10 Thread wink...@dresearch-fe.de (JIRA)














































Peter Winkler
 commented on  JENKINS-25340


lost trend history after skipping build















Thanks for the information.
I've made an interesting detection. It seems that the complete history trend information is still there.
To be found at url-head/jenkins-job-name/lastCompletedBuild/testReport/history/countGraph/png?start=0end=100".
(There I can see a history of 100 items although there was gaps in the history due to deleted builds.)
For the moment I can put this url in a img-html statement in the job description and have back the old trend graph.
That would means that the history graph shown by junit plugin isn't the same as before and it would be enough to change something in the junit plugin only.
Is that right?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















Of course the issue is in the JUnit plugin.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-09 Thread wink...@dresearch-fe.de (JIRA)














































Peter Winkler
 commented on  JENKINS-25340


lost trend history after skipping build















In our opinion the assumption that there is no gap in the number of history builds is a bad assumption.
It is comparable with the assumption that the offered feature to delete builds is no longer a valid feature.
Besides building our firmware we use JENKINS to test our firmware in several test suites in the hours of the night. In this topic means FAILED (red) that a firmware error avoids the complete test suite, UNSTABLE (yellow) that the suite has found firmware errors and STABLE (green) that the suite passed without finding firmware errors. To keep this meaning we delete test builds on following conditions:

	Not our firmware raised a FAILED build (e.g. network problems or github server problems)
	The test build was interrupted due to any reason (test developer want to change versions to be tested, forgotten configuration etc.)
	For developing purpose (to test the test in the JENKINS environment) only a subset of test cases was started in the suite (because the whole suite would be taken hours)



May be there are more reasons to use the “delete build” feature.  In formerly JENKINS versions this procedure was possible without influence to the history graph. With the change due to JENKINS-23945 such a delete of a build disturbs the history graph that kind that deletion of builds is out of usability.
We hope that there is another possibility to be aware JENKINS-23945 on the one hand and keep the history graph independent of gaps in the build list raised by deletion on the other hand.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-09 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















There is no argument about the desirability of showing a trend past a few deleted builds, only the best way to implement that without regressing performance. Someone (perhaps myself) needs to spend a couple hours creating a test asserting that the number of additional build records loaded by virtue of displaying the trend graph (relative to what is shown in the Build History widget anyway) is zero or small, so that an alternate algorithm can be picked to decide which builds to include.

(JENKINS-24380 may make it possible to introduce a core API for cheaply determining whether a build of a given number is supposed to exist without actually loading it; if so, this would be an attractive choice, though it would require a dependency on a post-LTS core release. TBD.)

As an aside, Peter Winkler I think your use case would be better served by using the “skipped” status of test cases/suites. This records the fact that the build did run (at a certain time, with a certain changelog, etc.), and records what tests did run to completion—passing or failing—as well as recording which tests were omitted from the suite, or started to run but were killed due to some transient problem with the environment.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-09 Thread wink...@dresearch-fe.de (JIRA)














































Peter Winkler
 commented on  JENKINS-25340


lost trend history after skipping build















The suggestion to use “skipping” would only solve a small part of our problems. A problem which leads to a build failure before the first test case is started disturbs the statistics because the firmware to be tested wasn’t responsible for that. Moreover “skipping” is already used for test cases which meet hardware where they have to skip. We couldn’t differentiate these two things. 

But nevertheless I wonder that a well-established behavior of JENKINS is changed that restrictively kind without unease that the customers could have a problem with that change.
I expected at least two things:

	a configuration item to give the customer the control to switch back to the old behavior
	a warning in the release notes about the new behavior (anyhow this would have spared the analysis time to find out the really reason of the new behavior, may be I’m wrong, but I haven’t seen such a warning)



With respect to the fact that the change in https://github.com/jenkinsci/jenkins/commit/8d8102036f4e52aada39db37c05025b9bb31516d seems more like a work around than a solution of  JENKINS-23945 (may be JENKINS-24380 is one) it is questionable whether a lost of a well-established functionality can be accepted.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-09 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















Release notes for 1.576 mention the fix of JENKINS-23945.

A new configuration option is not desirable; rather better tuning of the standard behavior.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-09 Thread wink...@dresearch-fe.de (JIRA)














































Peter Winkler
 commented on  JENKINS-25340


lost trend history after skipping build















So I've a last two questions:
1. Is there any timeline where it is planned to start with JENKINS-24380?
2. Is it guaranteed that after JENKINS-24380 is fulfilled trend history comes back to old behavior?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-12-09 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















1. Not definite, but I hope soon. 2. No, matching changes would also be needed in the JUnit plugin. Anyway this is just one possible avenue to a fix.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-11-29 Thread mohamed_bad...@mentor.com (JIRA)














































mohamed badran
 commented on  JENKINS-25340


lost trend history after skipping build















I'm not sure what happened but suddenly i lost seeing my trend results graph after updating to Jenkins to v1.5.91

Here is the log message i get in the system logs

hudson.model.FreeStyleProject@33544533project_name did not contain project_name #720 to begin with



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-11-29 Thread mohamed_bad...@mentor.com (JIRA)












































 
mohamed badran
 edited a comment on  JENKINS-25340


lost trend history after skipping build
















I'm not sure what happened but suddenly i lost seeing my trend results graph after updating Jenkins to v1.5.91

Here is the log message i get in the system logs

hudson.model.FreeStyleProject@33544533project_name did not contain project_name #720 to begin with



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-11-29 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-25340


lost trend history after skipping build















mohamed badran: If the graph doesn't show up at all, that's a completely unrelated issue. Ask on the jenkinsci-users mailing list for advice (maybe it's a known issue); or file a bug after reading the advice and instructions on https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue

The log entry is very likely unrelated and tracked as JENKINS-25788



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-29 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















As an aside, as to why JENKINS-23945 took so long to be reported: in part because there were other even more serious lazy-loading bugs masking it for a while (such as JENKINS-18065). After that, just because you were suffering from that bug does not mean you knew that a particular graph in the corner of the job index page was thrashing the system. You may just have concluded that Jenkins did not scale well to large systems and thrown more hardware at it, or put up with five-minute page loads.

That is the problem with performance/scalability bugs: people cannot clamor for fixes of problems they cannot even identify without training and tools. JENKINS-25078 is another example: once the administrator was told what the source of the problem was, and how to opt out of what was for that installation an unnecessary feature, massive performance problems suddenly vanished. So we need to strike a balance of unconditionally showing useful data only when it is cheap to compute, and somehow allowing the admin (or a browsing user) to opt in to potentially more expensive but thorough reports in a way that makes the tradeoff clear.

(And of course in the longer term we need to find a way of storing build records that makes display of routine metadata actually be cheap.)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-29 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















By the way I just tried to reproduce this bug with a freestyle project and could not. The aborted builds are still shown in Build History, and are simply skipped over in Test Result Trend (like any other build which exists on disk but has no test result action).

Are you using another job type? Or is LogRotator configured to delete these aborted builds?

AbstractTestResultAction.getPreviousResult is going to need a test using RunLoadCounter to avoid accidental regressions.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-29 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-25340


lost trend history after skipping build















FreeStyle. When new success/unstable jobs appeared - only new jobs appeared in Trend. Then i deleted skipped builds and graph is still without not full.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-29 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-25340


lost trend history after skipping build
















FreeStyle. When new success/unstable jobs appeared - only new jobs appeared in Trend. Then i deleted skipped builds and graph is still not full.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-29 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















If you delete the aborted builds then definitely the graph will stop there; that is the limitation of the current algorithm. But builds which are displayed in Build History, including aborted ones, ought not be a barrier, because displaying the history widget should be forcing them to be in memory.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-28 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-25340


lost trend history after skipping build
















Change By:


Jesse Glick
(28/Oct/14 8:51 PM)




Component/s:


cucumber-testresult-plugin



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-28 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















If you are already aggressively deleting jobs, then fine. But people have a reasonable expectation to not have to delete build records they might care about, just in order to not have their master thrash its disk by a mere view of the job index page.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-28 Thread te...@java.net (JIRA)














































teilo
 commented on  JENKINS-25340


lost trend history after skipping build















So word fixing the issue to force loading of the first 10 builds. 

Our at least make it configurable for those that have a decent setup



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-28 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-25340


lost trend history after skipping build















Hm... afair AbstractProject.getNewBuilds() is limited with 100 jobs... isn't this limit enough for showing default trend without performance degradation?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-25340) lost trend history after skipping build

2014-10-28 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-25340


lost trend history after skipping build















isn't this limit enough for showing default trend without performance degradation?

Afraid not. 30 perhaps, since that many are shown in the build history widget (if you are showing this widget).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.