How to compare results between different jobs?

2012-11-16 Thread cchen
Hey folks, If I have jobs running on different branches, and I would like to compare results between them and the latest results from a job that is running on master/main branch. Is there an existing way or a plug-in that can do that? Thanks, Chris

Re: Can anoyone help determine the cause of a Jenkins crash.

2012-11-16 Thread AdvanTiSS
-Xmx default walue for windows service installer is 256mb and we had same problem until heap max size was increased to 4gb On Thursday, November 15, 2012 11:20:03 PM UTC+2, SA Evans wrote: > > What do you have for your java memory settings? Primarily -Xmx would > define the max amount of memory

Report C++ compiling errors in Jenkins

2012-11-16 Thread Miguel Algaba Borrego
Hi all, I am working in a C++ project and use Jenkins for CI. Our slave machine runs Ubuntu Server 12.04 and we are using several plug-ins to detect and report C++ compiling warnings, but we are wondering if it would be possible to report C++ compiling errors as well. We noticed that Jenkins a

Extending email-ext plugin

2012-11-16 Thread AdvanTiSS
I've found out that email-ext plugin core has very powerfull framework and allows to stup flexible notification rules. So, what about make some code refactorings to enable creation child publisher plugins supportig another IM protocols. I know about [instant-messaging] and used it for implemetin

Jenkins crashing at SCM polling

2012-11-16 Thread Thomas Peeters
Hey, I've got this nasty problem running Jenkins. version: 1.461 Tomcat version: 7.0.27 Linux Ubuntu 10.x Maven 3.0.3 The issue has never happened before but today I can't seem to keep Jenkins up for more than a few minutes. The error is a JVM error, so I thought I'd try a different

Re: Report C++ compiling errors in Jenkins

2012-11-16 Thread cjo
Assuming that the build step is a shell script, then the defaults when started are /bin/sh -xe which causes it to return at the first error. You can alter this following the answers in https://groups.google.com/d/topic/jenkinsci-users/dyS1y4y32tc/discussion Chris. On Friday, November 16, 201

Re: Report C++ compiling errors in Jenkins

2012-11-16 Thread Miguel Algaba Borrego
Thanks a lot Chris, it worked using: $ set +e $ make -k $ set -e Best regards! Miguel Algaba. On Friday, November 16, 2012 12:43:37 PM UTC+1, cjo wrote: > > Assuming that the build step is a shell script, then the defaults when > started are /bin/sh -xe which causes it to return a

Jenkins CVS Plugin default update parms changed?

2012-11-16 Thread DaveS
It appears that the default update parms have changed with the update I just did to Jenkins. I updated Jenkins to 1.466.2 and all the plugins. The Jenkins CVS plugin is now at 2.7 At the start of the build, the CVS update used to look like this: /Developer_4.2/usr/bin/cvs -q -z3 update -PdC -D

Re: Report C++ compiling errors in Jenkins

2012-11-16 Thread Marek Gimza
We use the LogParser plugin. http://wiki.hudson-ci.org/display/HUDSON/Log+Parser+Plugin It allows you to specify reg-expressions in a text file that are used when parsing the results of the build steps. Unfortunately this happens at the end of the build and not at the build-step. I hope that t

Re: Integrating sventon with Jenkins

2012-11-16 Thread Sam Gleske
I reviewed some of the source code of both sventon and the subversion plugin for Jenkins. Two things I noticed. http://grepcode.com/file/repo1.maven.org/maven2/org.jvnet.hudson.plugins/subversion/1.16/hudson/scm/browsers/Sventon2.java return new URL(url, String.format("repos/%s/diff/%s?revision=

Cannot remove old users

2012-11-16 Thread pzimmer
I have adopted a Jenkins installation and am attempting to configure project-based matrix security using the Jenkins user database. I have a couple users that cannot sign up and add themselves. They are getting the message "User name is already taken"*, *even though there is no user directory f

best practice backup build setup - quick question

2012-11-16 Thread Z W
Hi All We are upgrading a CI setup. Currently, a single Jenkins running. We like to make it more available, just in case our current Jenkins goes down, by adding another Jenkins to mirror our current Jenkins server and all its jobs contents. So if one Jenkins goes down (for whatever reason), we ha

Re: best practice backup build setup - quick question

2012-11-16 Thread Mark Waite
You might consider some of the suggestions at  http://jenkins.361315.n4.nabble.com/Hot-backup-for-jenkins-td4080222.html Mark Waite > > From: Z W >To: jenkinsci-users@googlegroups.com >Sent: Friday, November 16, 2012 11:44 AM >Subject: best practice backup bu

Re: Automatic diagram

2012-11-16 Thread domi
Hi Stefan, Thanks for taking picking up the idea of using JavaScript instead of graphviz! Some feedback: I just send you two pull requests... - https://github.com/jenkinsci/depgraph-view-plugin/pull/4 this one is not a big thing, just makes my life a bit easier in eclipse :) - https://g

Re: How to crash Jenkins in the 'Poll SCM' box

2012-11-16 Thread Gábor Garami
Pls file an issue in jenkins bug tracker. Thanks Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.11.14. 12:06, "Patrick Byrne" ezt írta: > I note that entering "/15 * * * *" in the

How to use the environment variables set by a parameterized build?

2012-11-16 Thread Martin Lichtin
Hi For a parameterized build with one "run parameter" (let's name it X), Jenkins set three environment variables. X X.jobName X.number How can the latter two be used in a pre-step shell script? Bash cannot handle environment variables containing a dot, it seems. $ echo ${X.jobName} bash: ${X.jo

Re: Automatic diagram

2012-11-16 Thread Stefan Wolf
Hi Domi, Merged and released. When I have some time I should probably work on the layout algorithm. It seems to me that it is not really Sugiyama, because the quality is far from the one of graphviz, which should be the same. Regards, Stefan On Friday, November 16, 2012 4:56:29 PM UTC-3, domi

Re: JUC 2013

2012-11-16 Thread Kohsuke Kawaguchi
On 11/14/2012 01:06 PM, Alyssa Tong wrote: Hi All, I need to start thinking about and plan for JUC SF 2013. In previous years we've had JUC SF on a Sunday, right before JavaOne and in SF. Now that we've build good traction with JUC SF, i'd like to get feedback from the community whether we shou