Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Varghese Renny
Why using additional executor for slave node running multiconfiguration job? > > > > > Regards, > varghese >

Re: Proper use of labels to have Jenkins build on nodes which are idle.

2012-10-11 Thread krishna chaitanya kurnala
Hi Kishore Use Job Priority Sorter Plugin and Labels Intelligently, you should be able to solve your problem. Thanks, Krishna Chaitanya On Thu, Oct 11, 2012 at 1:22 PM, mastkis wrote: > Hi All > > I am stuck with a problem here. > > I have N number of builds which can run on any machine/slave

Re: How can jenkins master share slave nodes.

2012-10-11 Thread vf
Not sure if i understand you correctly. A slave is only a logical unit, it has not to be a physical machine. You can have multiple slaves running on one host, without interfering each other. So, every master can have as many slave as you want on any hosts, as long as each slave (not host) has it

Re: Performance problems on Jenkins master(very long minor gc with stop-the-world)

2012-10-11 Thread icarusnine
Yes, i am finding the solution of this problem. Can you help me? Is there any advice for tunning?

RE: New to jenkins

2012-10-11 Thread Jim McCaskey
There’s some good documentation on this on the Sonar website: http://docs.codehaus.org/display/SONAR/Hudson+and+Jenkins+Plugin -Jim From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of hamoodh parameswaran Sent: Thursday, October 11, 2012 9:43 PM To: jen

Re: ERROR: Could not send email as a part of the post-build

2012-10-11 Thread hitesh kumar
Hi Alex, still this issue and one more issue persists even after upgrading email-ext to latest 2.24.1 i have created jire issue with details. JENKINS-15502 - Email-ext issues: attachments feature creating issues please let me know if need more inf

problems when integrate cygwin's bash script into jenkins

2012-10-11 Thread ZHANG Xinchun A
Hello All, I run into this problem. I have cygwin and Jenkins installed on my pc. And I have a bash script ci.sh If I click the mintty.exe from the desktop to start the terminal and run the script. It would run ok. but if I invoke the bash.exe from Jenkins. The java part in the script always

New to jenkins

2012-10-11 Thread hamoodh parameswaran
Hi All, I'm new to jenkins and sonar. So can anyone help me regarding sonar and jenkins integration. 1.How ro integrate sonar and jenkins. Regards, Hamoodh

RE: publish artifacts *after* the build

2012-10-11 Thread Todd Greer
Ryantxu said: > It looks like there are lots of ways to publish artifacts as part of the > build > (https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Artifactuploaders) > but > I don't see anything that works with existing builds. > > Our use case is that we: > * use jenkins to buil

publish artifacts *after* the build

2012-10-11 Thread ryantxu
It looks like there are lots of ways to publish artifacts as part of the build ( https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Artifactuploaders) but I don't see anything that works with existing builds. Our use case is that we: * use jenkins to build/test after every commit * manu

Proper use of labels to have Jenkins build on nodes which are idle.

2012-10-11 Thread mastkis
Hi All I am stuck with a problem here. I have N number of builds which can run on any machine/slave. I have M number of slaves and each has 2 executors. I want to make sure that a build, when it is triggered, runs one a machine which has all executors free/idle. The second executors should b

Re: Performance problems on Jenkins master(very long minor gc with stop-the-world)

2012-10-11 Thread Renjith G
Are you still facing this issue? On Tue, Oct 9, 2012 at 3:23 PM, icarusnine wrote: > > Hello. > > We have a very large Jenkins set up that includes on master node with 100+ > slaves and 1000+ jobs. > We have reasons for keeping just a single master node so it isn't possible > split our Hudson ma

Re: Build Flow plugin saves empty DSL

2012-10-11 Thread dhyix
Have you had a chance to reproduce this yet? Thanks! On Wednesday, October 3, 2012 10:31:36 AM UTC-4, Nicolas De loof wrote: > I will try to reproduce your issue, but being at JavaOne can't do it > before next week > > 2012/10/3 dhyix > > >> Editing a Build Flow always saves an empty DSL. I co

Re: Null pointer in M2ReleaseBuildWrapper

2012-10-11 Thread Richard Mortimer
Hi, On 11/10/2012 15:58, teilo wrote: *Hello,* getProject*().*getBuilds*() is returning a list which contains a null entry which is just not good.* *This appears on first inspection to be a Jenkins core issue – can you try with earlier cores to track down when this was introduced?* This is

Found matching files but did not find any TAP results.

2012-10-11 Thread Kamal Ahmed
Hi, I am using the following scripts perlcritic --gentle  . | sed 's/\(.*source OK\)$/ok \1/' | sed '/source OK$/!s/^.*$/not ok &/' | tee perlcritic_tap.results.tmp echo 1.. `wc -l < perlcritic_tap.results.tmp` | cat - perlcritic_tap.results.tmp | tee /var/lib/jenkins/jobs/PERLAPP/workspace/j

Re: Null pointer in M2ReleaseBuildWrapper

2012-10-11 Thread teilo
*Hello,* getProject*().*getBuilds*() is returning a list which contains a null entry which is just not good.* *This appears on first inspection to be a Jenkins core issue – can you try with earlier cores to track down when this was introduced?* * **/James* On Thursday, 11 October 2012 15:4

Null pointer in M2ReleaseBuildWrapper

2012-10-11 Thread Thierry
Hello, I get this exception at end of "perform maven release" build. This is a feature from "M2 Release Plugin" En attente que Jenkins finisse de récupérer les données channel stopped ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.l

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Christopher Orr
There is no difference -- they're two names for the same thing. Are there any particular wiki pages you saw this on? Perhaps we can edit them to clarify the language a bit. Regards, Chris On 11/10/12 15:07, Varghese Renny wrote: I am not understanding it from wiki. Please explain it with

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Marek Gimza
I hope that the following makes sense: Multi configuration Job: Allows you to create separate jobs to run sequentially or concurrently as build steps. Each Job will be its own Job. Matrix: You have the same 1 job that needs to be run on different machines. I think that the best thing to do is

Jenkins Deploy Plugin - Remote Jboss Problem

2012-10-11 Thread cesar1983
Hello! I am trying to make the Deploy work on my environment, but I get the Cargo errror... The deploy is remote *"* *ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exceptionorg.codehaus.cargo.container.ContainerException

Jenkins Plugin - Remote Jboss Deploy Problem

2012-10-11 Thread cesar1983
Hello Olivier. I am trying to make the Deploy work on my environment, but I get the Cargo errror... The deploy is remote *"* *ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exceptionorg.codehaus.cargo.container.ContainerException

What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Varghese Renny
I am not understanding it from wiki. Please explain it with examples. Regards, varghese

Re: jenkin - maven and deploy

2012-10-11 Thread cesar1983
Hello Olivier. I am trying to make the Deploy work on my environment, but I get the Cargo errror... The deploy is remote *"Caused by: org.codehaus.cargo.util.CargoException: Cannot locate the JBoss deployer class! Make sure the jboss-deployer for your JBoss version as well as all requir

Re: Builds aborting randomly

2012-10-11 Thread Pawel
Have you tried -Xrs parameter for JVM? On Thursday, 11 October 2012 11:13:49 UTC+2, Evgeny Makarov wrote: > > Hi. As I can see the solution not found yet? I have same problem with job > interruption. Have anyone found the solution? > Thanks >

Re: Nullpointer in log rotator

2012-10-11 Thread Pawel
484 was marked as LTS [or LTS candidate?] some time ago. It looks like it isn't anymore. On Thursday, 11 October 2012 10:12:35 UTC+2, teilo wrote: > > Thorough testing only occurs in the LTS branch. > > > > If you don’t want to do some testing of your own before rolling out a > Jenkins upgrad

Re: possible bug in cas plugin?

2012-10-11 Thread fridodev
Sorry for the half email.. but the combination of tab+space in gmail is terrible. I just added to the previous mail (see the mentioned part) the missing part of statcktrace. Thank you Federico 2012/10/11 fridodev > Dear List, > i'm writing because i noticed this error: > > > Oct 11, 2012 11:0

possible bug in cas plugin?

2012-10-11 Thread fridodev
Dear List, i'm writing because i noticed this error: Oct 11, 2012 11:05:36 AM hudson.ExpressionFactory2$JexlExpression evaluate WARNING: Caught exception evaluating: descriptor.getPropertyType(instance,field).itemTypeDescriptorOrDie. Reason: java.lang.reflect.InvocationTargetException java.lang.r

Re: Builds aborting randomly

2012-10-11 Thread Evgeny Makarov
Hi. As I can see the solution not found yet? I have same problem with job interruption. Have anyone found the solution? Thanks

RE: Nullpointer in log rotator

2012-10-11 Thread Nord, James
Thorough testing only occurs in the LTS branch. If you don’t want to do some testing of your own before rolling out a Jenkins upgrade I would recommend that you switch from the bleeding edge to LTS. /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Beha