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
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
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
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
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
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
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
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
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?
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
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
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
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.
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:/
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
15 matches
Mail list logo