VirtualBox-plugin and WebStart

2014-04-22 Thread Roland Asmann
Hi all, I just installed the VirtualBox-plugin to reduce the load on my server, but I am stuck trying to configure how the master and slave connect. The problem is that my master can't connect to the slaves, but the other way around is no problem. That is why I want to configure the slaves to c

Error with termination of remote channel

2014-04-22 Thread chris hemphill
We have been having many problems with a build that takes about 15 minutes failing with a connection failure. We are running build 1.558 which has the fix for the PIPE.EOF: https://issues.jenkins-ci.org/browse/JENKINS-20769 This is the error in the build: ERROR: Processing failed due to a

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread S Feert
Awesome! That worked. Thanks a ton! :) Sagu On Tue, Apr 22, 2014 at 3:16 PM, Marc MacIntyre wrote: > Ugh, should have read > p = params.get('PARAM_NAME', 'DEFAULT_VALUE') > > > On Tue, Apr 22, 2014 at 3:15 PM, Marc MacIntyre > wrote: > >> params = params.get('PARAM_NAME', 'DEFAULT_VALUE') >>

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
params = params.get('PARAM_NAME', 'DEFAULT_VALUE') On Tue, Apr 22, 2014 at 3:12 PM, Svg Feert wrote: > Sorry Marc, I don't understand how to do that. > > For other regular jobs I simply access parameters as environment variables > (by asking the jobs to execute a shell script). > > I can't do t

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
Ugh, should have read p = params.get('PARAM_NAME', 'DEFAULT_VALUE') On Tue, Apr 22, 2014 at 3:15 PM, Marc MacIntyre wrote: > params = params.get('PARAM_NAME', 'DEFAULT_VALUE') > > > On Tue, Apr 22, 2014 at 3:12 PM, Svg Feert wrote: > >> Sorry Marc, I don't understand how to do that. >> >> For o

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Svg Feert
Sorry Marc, I don't understand how to do that. For other regular jobs I simply access parameters as environment variables (by asking the jobs to execute a shell script). I can't do that in the DSL for bf2, and trying to print $param1 doesn't work. How do I access that parameter in bf2? Any help

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
You want to get the parameter, not the environment variable. Sent from my iPhone > On Apr 22, 2014, at 3:03 PM, Svg Feert wrote: > > Thanks Marc. > > I added this in the bf1 DSL: > build( "bf2", param1: 'asd') > > Then in bf2: > - I checked the 'This build is parameterized' box > - I specifi

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Svg Feert
Thanks Marc. I added this in the bf1 DSL: build( "bf2", param1: 'asd') Then in bf2: - I checked the 'This build is parameterized' box - I specified the param name as param1 and did not give a default value. - In the DSL I said: def env=System.getenv() env.each{ println it } When bf2 runs, I see

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
You need both of those solutions: set up bf2 to take the parameters you want, and have bf1 pass them in. On Tue, Apr 22, 2014 at 2:51 PM, Sagu Feert wrote: > I have 2 build flow jobs: bf1 and bf2. > bf1 triggers bf2, and I'd like bf1 to pass some environment variables to > bf2. > > I tried usin

Passing environment variables across Build Flow jobs

2014-04-22 Thread Sagu Feert
I have 2 build flow jobs: bf1 and bf2. bf1 triggers bf2, and I'd like bf1 to pass some environment variables to bf2. I tried using the 'Parameterized Trigger Plug-in' to pass variables between the two and that didn't work. I also tried triggering bf2 in the bf1 DSL like this: build( "bf2", para

Re: errors...with Clear Tool

2014-04-22 Thread Chanda Norton
Good news, I think... Started by user anonymous Building remotely on Slave in workspace c:\jenkins\workspace\hudson test [_lexdev2_ClearCase_Stg_VIEW_TSGDEV_Cnorton] $ cleartool lsview -cview -s trconnor_test_view.vws [hudso

Re: errors...with Clear Tool

2014-04-22 Thread Slide
Can you post your configuration for the project and the global config for Clearcase plugin? Remember to change out any username/passwords that may be there, or any other "secret" information. On Tue, Apr 22, 2014 at 9:57 AM, Chanda Norton wrote: > appreciate the help Scott, but no advanced butto

Re: errors...with Clear Tool

2014-04-22 Thread Chanda Norton
appreciate the help Scott, but no advanced button, I simply dont get this at all. On Tue, Apr 22, 2014 at 11:01 AM, Scott Evans wrote: > I don't have the plugin installed, but check to see if there's an > "Advanced" button which has additional configuration options that may be > hiding addition

Re: errors...with Clear Tool

2014-04-22 Thread Scott Evans
I don't have the plugin installed, but check to see if there's an "Advanced" button which has additional configuration options that may be hiding additional configuration options that may have this view storage value set. We've been bitten before by the "advanced" section for other things in Jenki

Re: errors...with Clear Tool

2014-04-22 Thread Chanda Norton
I am, and this confuses me. I dont understand why? I"m clearly typing the correct path. Maybe I should create the storage path local to the workspace? On Tue, Apr 22, 2014 at 9:25 AM, Scott Evans wrote: > Chanda, > > I don't use the CC plugin, but it looks like the call it's doing to try > a

Re: errors...with Clear Tool

2014-04-22 Thread Scott Evans
Chanda, I don't use the CC plugin, but it looks like the call it's doing to try and create your local view is failing on the view storage directory path format. In your log, it looks like there's "null" that's getting put in, where a UNC-style path likely should be. I assume you're already fami

errors...with Clear Tool

2014-04-22 Thread Chanda Norton
I receive this error. Started by user anonymous Building remotely on Slave in workspace c:\jenkins\workspace\test2 [_lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws] $ cleartool lsview -cview -s [INFO] computeChang

RE: Condition to perform a night build ONLY if there was committed something to SCM during the day

2014-04-22 Thread Ginga, Dick
Just use the Poll SCM and set it for something like “H 20 * * *” to poll nightly at 10 PM From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Pavel Kudrys Sent: Tuesday, April 22, 2014 3:29 AM To: jenkinsci-users@googlegroups.com Subject: Condition to pe

Re: turn off html escaping of email content?

2014-04-22 Thread Stephan Lips
Done: https://issues.jenkins-ci.org/browse/JENKINS-22713 Thanks for your help/time, man! Let me know if I can do anything to fix/resolve this. Thx, S On Mon, Apr 21, 2014 at 6:41 PM, Slide wrote: > File an issue and I'll get to it when I can. > > > On Mon, Apr 21, 2014 at 4:12 PM, Stephan Li

Condition to perform a night build ONLY if there was committed something to SCM during the day

2014-04-22 Thread Pavel Kudrys
Hi folks, Does anyone have an idea what kind of condition should I create in the Conditional BuildStep Plugin to perform a night build only if there was committed something to SCM during the day? In other words, I just want to perform a night build ONLY in case there was previously performed (d