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 proj

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 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 happens when you have dozen

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 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 start try Jenkins, we have

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 fai

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" 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 be fa

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 e

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 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 built in support should

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 > On Tue, Oct 1, 2013 at 9:30 AM, Raouf wrote: > > Hi everybody,

Stalling Jobs

2013-10-01 Thread Martin Spamer
I'm running a number of Java+Junit+WebDriver as Jenkins jobs using maven top-level target some these stall and never end in Jenkins. I can see via logging System.out/System.err that these TestCases _have_ completed, but Jenkins seems to ignore this and considers these to be still running and n

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 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 jenkins master for te

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 o

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 wrote: > On 10/1/13 12:16 PM, "Stephen Connolly" > 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 f

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

2013-10-01 Thread Maciej Jaros
Ruslan Zasukhin (2013-10-01 13:04): On 10/1/13 12:16 PM, "Stephen Connolly" 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

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" 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 this will help A) do build

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 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 wrote: > On 10/1/13 10:53 AM, "Ferenc Kovacs" wrote: > > Hi Ferenc, > > > If you want, you can instal

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 10:53 AM, "Ferenc Kovacs" wrote: Hi Ferenc, > 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. Yes indeed. We have also consider this way to get builds withou

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 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 suggest. > > Thanks,

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: 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 plat

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. https://github.com/jenkinsci/git-client-plugin/blob