Re: JVM Crash under Windows on 1.540+

2013-11-26 Thread Kohsuke Kawaguchi
My sincere apologies. I need to get some tests continuously running on Windows. On 11/26/2013 02:43 PM, Adam Batkin wrote: That fixes it. Thanks! -Adam Batkin On Tuesday, November 26, 2013 3:23:28 PM UTC-5, Daniel Beck wrote: Will be fixed in 1.542, see https://github.com/jenkins

Re: JVM Crash under Windows on 1.540+

2013-11-26 Thread Daniel Beck
Will be fixed in 1.542, see https://github.com/jenkinsci/jenkins/commit/0438e4f7a2142c1d18652aa7bcf8c3d72443f6af On 26.11.2013, at 21:18, Adam Batkin wrote: > Jenkins consistently crashes on startup when running under Windows. I have > tested under both Windows 7 and Server 2008R2, both 64-bit

Re: LTS release?

2013-11-26 Thread Ioannis Moutsatsos
I'm getting an 'Error while serving http://server/job/JobName/configSubmit' trying to save modified job configurations with Jenkins ver. 1.532.1-SNAPSHOT (rc-11/13/2013 21:34 GMT-kohsuke) On Friday, November 22, 2013 12:31:09 PM UTC-5, ogondza wrote: > > I agree it's rea

Re: Display of large build queue puts heavy strain on browser

2013-11-26 Thread Vincent Latombe
PR#1014 [1] is answering partially to this problem by making the build queue collapsible [1] https://github.com/jenkinsci/jenkins/pull/1014 Vincent 2013/11/26 Thobias Karlsson > Hi, > > Has anyone found a nice solution to this issue yet? > > Br, > Thobias > > > On Saturday, May 25, 2013 1:20

Re: Display of large build queue puts heavy strain on browser

2013-11-26 Thread Thobias Karlsson
Hi, Has anyone found a nice solution to this issue yet? Br, Thobias On Saturday, May 25, 2013 1:20:26 AM UTC+2, Michael Tautschnig wrote: > > Hello Jesse, > > On Thursday, 23 May 2013 15:11:54 UTC+1, Jesse Glick wrote: >> >> [...] > > I guess you mean that there ~10k items (such as jobs) in th

Beta release of Gerrit Trigger plugin 2.11.0

2013-11-26 Thread Sandell, Robert
I just released version 2.11.0-beta-1 of the Gerrit Trigger plugin. It contains some great new features by some great contributors, the release notes are on the wiki [1]. The support for multiple Gerrit servers required quite a lot of refactoring in central parts of the plugin that potentially c

Re: rspec for selenium-tests

2013-11-26 Thread ogondza
I agree. Despite I have lost all illusions about BDD I see some value in human readable test cases. I am fine with allowing both styles preferring cucumber where practical. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To un

Re: Suspending a Jenkins client for a period of time? with connection to Jenkins server kept alive?

2013-11-26 Thread Kishore RP
Thanks Hakan, i did try and was able to get it working The groovy script i am using is + import hudson.model.* import hudson.node_monitors.* import hudson.slaves.* for (aSlave in hudson.model.Hudson.instance.slaves) { println