hudson.remoting.ChannelClosedException

2012-03-09 Thread Noah Hoffman
Hi All, We're starting to see a few random slave-agent disconnects and I'm wondering if anyone has any info. A search online doesn't reveal anything useful nor do the Jenkins logs or System logs. We're running Jenkins build 1.448 hosted on a Linux machine, the node is OSX 10.6.8. Tha

E-mail notification if total test # decreases or total tests passed decreases

2012-03-09 Thread sarchule
I ran into a situation today where a unit test (MSTest) timed out. This was not counted as a failure and looking at the "Latest Test Result" table, it was not obvious that anything was wrong. This table lists failures, skipped, and total test columns, but the stats looked no different than any

Re: Jenkins Hung

2012-03-09 Thread Sami Tikka
Even better would be the system log that collects the output of the jvm process. On a Mac you can look at the system log using /Applications/Utilities/Console.app. The log is also available in the file /var/log/system.log -- Sami 2012/3/9 Didier Durand : > Hi, > > you can access the system log vi

Re: Instable builds related to low memory

2012-03-09 Thread Deniz Acay
On 03/09/2012 08:20 PM, Sami Tikka wrote: Exit code 137 = 128 + 9 => The process died because it received a signal and the signal was 9 which is SIGKILL. SIGKILL is the signal Linux out-of-memory killer uses to get rid of memory hogs. It sure sounds like you might not have enough memory. But I

Re: Project based security defaults - full access only to personal/group jobs

2012-03-09 Thread domi
maybe the "create job advanced" plugin can help: https://wiki.jenkins-ci.org/display/JENKINS/Create+Job+Advanced+Plugin Dynamic permission definitions allow you to automatically grant permissions to specifig groups at job creation time. You can define a regular expression to get information from

Re: Instable builds related to low memory

2012-03-09 Thread Sami Tikka
Exit code 137 = 128 + 9 => The process died because it received a signal and the signal was 9 which is SIGKILL. SIGKILL is the signal Linux out-of-memory killer uses to get rid of memory hogs. It sure sounds like you might not have enough memory. But I cannot answer why it takes more memory when J

Re: Instable builds related to low memory

2012-03-09 Thread Richard Mortimer
Hi, On 09/03/2012 11:47, Deniz Acay wrote: Hi everyone, There is a problem I have been struggling with Jenkins. I tried different CI servers but none of them offers the same features Jenkins has, so I want to use it. I have a small Rackspace CloudServer instance with 256MB RAM and running Jenk

new version of Jenkins Violations plugin?!

2012-03-09 Thread Darko Mulej
Hi, any news about new version of Jenkins Violations plugin (https:// wiki.jenkins-ci.org/display/JENKINS/Violations). Especially concerning FindBugs 2.0 compatibility. Thanks Darko

Re: Bacis steps to write a plugin which depends on another

2012-03-09 Thread Chris S.
Thanks. I want to depend on an authorization plugin, so if an user login in, the internal user database from jenkins shall be filled with the data from the external database. Are there any events or anything like that, which I can use?

Re: Email-ext double configuration

2012-03-09 Thread Slide
Can you paste the log near the end when the email-ext plugin prints out what it is sending emails for? Also, a screenshot of your config would be helpful. Thanks, slide On Fri, Mar 9, 2012 at 5:41 AM, Jeff MAURY wrote: > Hello, > > I want to achieve with the email-ext plugin the following > fu

Re: Instable builds related to low memory

2012-03-09 Thread Didier Durand
Hi, Did you try to try Java heap size via the "Java options" (advanced section) of the step config parameters using Xnx and Xms ? That should solve your issue. [I dodn't think the size of physical real memory really matters for completion: even if you allocate more heap than physical memory, y

Email-ext double configuration

2012-03-09 Thread Jeff MAURY
Hello, I want to achieve with the email-ext plugin the following functionnality: for commiters, send an email for failure/unstable/fixed/still unstable states for a distribution list, send a email only if success (in fact, in the results of the build leads to a deployment) I tried to configure t

Instable builds related to low memory

2012-03-09 Thread Deniz Acay
Hi everyone, There is a problem I have been struggling with Jenkins. I tried different CI servers but none of them offers the same features Jenkins has, so I want to use it. I have a small Rackspace CloudServer instance with 256MB RAM and running Jenkins with Apache Tomcat 7 in that server.

Re: Build step failed by build log parsing

2012-03-09 Thread stefano perticoni
Dear Christoph, We implemented your proposed solution via the Groovy Plugin and it worked ok to test for success patterns after each build step. Thank you very much , Regards, Stefano ___ Ing. Stefano Perticoni Super Computing Solutions s.r.l. http:/

Re: OutOfMemory on test import

2012-03-09 Thread Tom Huybrechts
See https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Attachments+Plugin On Thu, Mar 8, 2012 at 10:33 PM, Sami Tikka wrote: > I mean, put the test result in the junit xml file and test stdout into > another file. Configure Jenkins to publish junit xml files as test > results and archive the std