Problem spinning VM through Jenkins using libvirt.

2013-10-01 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

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

2013-10-01 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 -

Re: Git plugin, problem cloning

2013-10-01 Thread nicolas de loof
according to stacktrace, error occurs in org.jenkinsci.plugins. gitclient.Git.getClient(Git.java:65) running closure on slave, that fail to setup some reference to Jenkins master (make sense) but I can't explain why - I don't see such a reference.

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

2013-10-01 Thread Ferenc Kovacs
Hi, If you want, you can install ssh on your build nodes, then execute the shell script via ssh. That way you can stick to your original plan of using one job and shell script. But if you want your build machines to be jenkins slaves, you can create a matrix/multi-configuration job where the

Execute shell script against a particular build number

2013-10-01 Thread Siva Duvvuru
Hi, I am looking for a plugin that includes a link on each build page (side bar) and when clicked on this link a custom shell script need to be executed by printing its result. Please suggest. Thanks, Siva -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Execute shell script against a particular build number

2013-10-01 Thread Stephen Connolly
Try the promoted builds plugin On 1 October 2013 09:18, Siva Duvvuru mailtosivasan...@gmail.com wrote: Hi, I am looking for a plugin that includes a link on each build page (side bar) and when clicked on this link a custom shell script need to be executed by printing its result. Please

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

2013-10-01 Thread Stephen Connolly
Literate builds gives you a very easy matrix build, just specify and environments section with the labels of the environments that you want to build on. On 1 October 2013 09:24, Ruslan Zasukhin ruslan_zasuk...@valentina-db.comwrote: On 10/1/13 10:53 AM, Ferenc Kovacs tyr...@gmail.com wrote:

Jenkins job hanging

2013-10-01 Thread madhuwizkid
frequently Jenkins job is hanging, i have to abort and restart the job, after couple of builds again job is hanging. attached thread dump. I am not sure what is causing. I would appreciate your help in this regard. -- You received this message because you are subscribed to the Google Groups

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

2013-10-01 Thread Ruslan Zasukhin
On 10/1/13 12:16 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Literate builds gives you a very easy matrix build, just specify and environments section with the labels of the environments that you want to build on.  Hi Stephen, Thank you for answer. Although I do not see how

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

2013-10-01 Thread Stephen Connolly
On 1 October 2013 12:04, Ruslan Zasukhin ruslan_zasuk...@valentina-db.comwrote: On 10/1/13 12:16 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Literate builds gives you a very easy matrix build, just specify and environments section with the labels of the environments that

Can't launch 2 slaves (having two different masters) on the same machine

2013-10-01 Thread Raouf
Hi everybody, Ii'm using two servers, one for jenkins master, and one for the slave instance I'm using Jenkins 1.456 as a main stream version, and was trying to prepare an upgrade to 1.518, so i just installed another jenkins master for testing puropose, and defined different ports for each

Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-01 Thread Les Mikesell
On Tue, Oct 1, 2013 at 9:30 AM, Raouf abdelhamid.ra...@gmail.com wrote: Hi everybody, Ii'm using two servers, one for jenkins master, and one for the slave instance I'm using Jenkins 1.456 as a main stream version, and was trying to prepare an upgrade to 1.518, so i just installed another

Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-01 Thread Raouf Abdelhamid
Actually i did try it and it worked well. But i don't know exactly wich slave jar was lanched, and i can't just abandon the scripts since they're doing some other stuff (logging, restarting on fail ...etc.) 2013/10/1 Les Mikesell lesmikes...@gmail.com On Tue, Oct 1, 2013 at 9:30 AM, Raouf

Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-01 Thread Les Mikesell
On Tue, Oct 1, 2013 at 10:18 AM, Raouf Abdelhamid abdelhamid.ra...@gmail.com wrote: Actually i did try it and it worked well. But i don't know exactly wich slave jar was lanched, and i can't just abandon the scripts since they're doing some other stuff (logging, restarting on fail ...etc.) The

Re: email notification in case of new warnings

2013-10-01 Thread Johannes Wienke
On 26.09.13 20:47 schrieb Ulli Hafner: Interested in adding a small explanation in our wiki so that other users will find that information more easily? https://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins#StaticCodeAnalysisPlug-ins-email I have added a sentence to the

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

2013-10-01 Thread Ruslan Zasukhin
On 10/1/13 2:30 PM, Maciej Jaros mac...@mol.com.pl wrote: Although I do not see how this will help A) do builds sequentially ? B) do not start all 3 OS compilation in same time? You didn't mention any dependcies between compliations so why do you want them sequentially? The procces will

Build status of all jobs.

2013-10-01 Thread NATESH SHANMUGASUNDARAM
Hi I have several BUILD jobs configured in Jenkins and have configured email notification for each build using Email-ext. But is there any configuration in Jenkins system or a plugin to send a email with build status report/build history report that has build status ( build time/success of

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

2013-10-01 Thread Les Mikesell
On Tue, Oct 1, 2013 at 12:14 PM, Ruslan Zasukhin ruslan_zasuk...@valentina-db.com wrote: 1) I have few times underline need of sequential ORDER of that scripts. Note below: which should go one by one: Note below comment to package_mac = Before we have

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

2013-10-01 Thread Les Mikesell
On Tue, Oct 1, 2013 at 3:24 AM, Ruslan Zasukhin ruslan_zasuk...@valentina-db.com wrote: So war I really wondered ... So many years old project as Hudson/Jenkins 85Mb archive What it do in such huge code-base? and ... Where is magic? Where is easy of use? The real magic part

Issue with the MultiJob Plugin - Failed to serialize

2013-10-01 Thread qablogmbox
Hoping someone can help me. I have version 1.480.3 of Jenkins installed. We have jobs created using the MultiJob plugin (have version 1.9 installed). Every once in a while we seem to be hitting some kind of race condition that is causing the job to fail. The error is: Started by upstream