Re: Jenkins Automatically Deleting Build Logs

2013-09-30 Thread Manjunath DG
Yes Daniel,Is that causing this problem.So who do i now proceed with... Thanks in advance Daniel..! Regards, Manju From: Daniel Beck To: jenkinsci-users@googlegroups.com Sent: Monday, September 23, 2013 10:37 PM Subject: Re: Jenkins Automatically Deleting Bui

ERROR: Processing failed due to a bug in the code

2013-09-30 Thread Mattias Persson
Got this random failure which itself said it should be forwarded here, so here it is: *10:03:08* ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com*10:03:08* java.lang.NullPointerException

Order of Module Builds in job Status page

2013-09-30 Thread Farrukh Najmi
I am not sure I understand how the order the Module Builds section of the job Status page is determined for a maven project. I would have assumed the listing would be in the order the modules are built according to maven parent pom. It does not seem to be the case. The build itself is in correct

Git plugin, problem cloning

2013-09-30 Thread ycollet
Hello, I updated my jenkins installation to the last version (1.533) and all the plugins have been updated. I've got a problem with a project which must be cloned onto a slave (I just created the project, so this is the first time the repo is cloned). When jenkins is trying to clone, an error is

Tomcat in parallel with Jenkins

2013-09-30 Thread Peter Soncek
I run Jenkins as a Windows service and NOT on Tomcat. However, I would like to install Tomcat on this same server. This Tomcat would be to run a different webapp, but not Jenkins. Will this work or will installing Tomcat break my Jenkins install? Would I need to run this Tomcat on a differe

Re: global properties

2013-09-30 Thread Les Mikesell
On Thu, Sep 26, 2013 at 12:01 PM, Tânia Magalhães wrote: > Yes, of course there is a logic behind my needs... > I just think that it is useless explain the all process here. By 'logic' I meant some external program driving/controlling the choice of the build node at any particular time. If ther

Re: Tomcat in parallel with Jenkins

2013-09-30 Thread Eric Pyle
You should be able to run Tomcat alongside Jenkins service. I have not done exactly that, but I've run multiple instances of Tomcat on the same machine. You just need to make sure they run on different ports. Default port for Tomcat is 8080, so as long as you don't have Jenkins on that port (or

Re: Tomcat in parallel with Jenkins

2013-09-30 Thread Les Mikesell
On Mon, Sep 30, 2013 at 1:43 PM, Peter Soncek wrote: > I run Jenkins as a Windows service and NOT on Tomcat. However, I would like > to install Tomcat on this same server. This Tomcat would be to run a > different webapp, but not Jenkins. Will this work or will installing Tomcat > break my Jenk

Re: Tomcat in parallel with Jenkins

2013-09-30 Thread Peter Soncek
Thank you both for the information. I think I will take the advice and just run Tomcat on a different port. I've read about people having issues running Jenkins on an existing Tomcat installation so I think I will avoid that. Peter On Monday, September 30, 2013 2:26:08 PM UTC-5, LesMikesell

Failing to run FEST Swing tests on Jenkins

2013-09-30 Thread djaildo . junior
I'm trying to run FEST Swing tests on Jenkins as a service on Windows 7. I have already allowed the service to interect with the desktop with the necessary permission to do so. It was no use, though. Most of what I found on the internet either shows how to do it on Linux (through the CLI shel

Re: Failing to run FEST Swing tests on Jenkins

2013-09-30 Thread Eric Pyle
The way I have usually seen it is to run GUI tests on a Jenkins slave, one which is connected by JNLP. Eric On 9/30/2013 4:32 PM, djaildo.jun...@ccc.ufcg.edu.br wrote: I'm trying to run FEST Swing tests on Jenkins as a service on Windows 7. I have already allowed the service to interect with

Question on Jenkins Deployment

2013-09-30 Thread Rajesh
Hi, As the Jenkins deployment scales and you have a number of helper \ slave nodes added to the infrastructure, when you have a Jenkins version upgrade across multiple servers or plugin that needs to be installed across multiple slave machines .. How does that work? Also a related question .. are

Re: Question on Jenkins Deployment

2013-09-30 Thread Mark Waite
Upgrading a plugin on the master node upgrades it on all slave nodes. Upgrading Jenkins on the master node upgrades the relevant Jenkins components on the slave nodes. Mark Waite On Mon, Sep 30, 2013 at 4:30 PM, Rajesh wrote: > Hi, > As the Jenkins deployment scales and you have a number of h

Re: Git plugin, problem cloning

2013-09-30 Thread ycollet
I reported a bug on the issu tracker: https://issues.jenkins-ci.org/browse/JENKINS-19822 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsub

Problem spinning VM through Jenkins using libvirt.

2013-09-30 Thread Rishabh Das
I have a script which spins out virtual machines using libvirt. The script uses a kickstart file for the automated installation and thus requires no human intervention. The script runs perfectly fine when run through the shell. I decided to integrate it with Jenkins by creating a job to spin VMs

Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-09-30 Thread Ruslan Zasukhin
Hi Jenkins Gurus and Jenkins Team, I am very newbie to Jenkins, playing with it last 3 weeks. With big fights (mainly with weak confusing docs, so googling googling) we have got working configuration as: * macmini - master of Jenkins * VirtualBox - Win7 - slave * VirtualBox - Ubunt