Re: Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread mpc8250
slide, appreciate your response.

On Monday, February 17, 2014 1:01:32 PM UTC-8, slide wrote:
>
> Yes, this should work just fine. There is a page on the wiki that talks 
> about using a system as a slave for two Jenkins' instances, using it for 
> the way you describe would probably be similar. You would definitely have 
> to have different directories for each CI server on the slave. You can see 
> [1] for info on using a computer with multiple masters.
>
> slide
>
> 1 - 
> https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine
>
>
>
> On Mon, Feb 17, 2014 at 1:35 PM, mpc8250  >wrote:
>
>> Hi 
>>
>> Can we have a slave configured such that it serves both Hudson and 
>> Jenkins ?
>> We would have different directories for each CI server on the slave ?
>> Is there any port number conflict we should be worried about when using 
>> this configuration setup ?
>>
>> Thanks
>>  
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Website: http://earl-of-code.com 
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread Slide
Yes, this should work just fine. There is a page on the wiki that talks
about using a system as a slave for two Jenkins' instances, using it for
the way you describe would probably be similar. You would definitely have
to have different directories for each CI server on the slave. You can see
[1] for info on using a computer with multiple masters.

slide

1 -
https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine



On Mon, Feb 17, 2014 at 1:35 PM, mpc8250  wrote:

> Hi
>
> Can we have a slave configured such that it serves both Hudson and Jenkins
> ?
> We would have different directories for each CI server on the slave ?
> Is there any port number conflict we should be worried about when using
> this configuration setup ?
>
> Thanks
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread mpc8250
Hi 

Can we have a slave configured such that it serves both Hudson and Jenkins ?
We would have different directories for each CI server on the slave ?
Is there any port number conflict we should be worried about when using 
this configuration setup ?

Thanks

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Hudson and Jenkins slave?

2013-02-04 Thread J Arrizza
Before I start, I just want to acknowledge that this is an odd ball
question and may or may not be applicable to this group.

I am in the process of converting to Jenkins from Hudson, so I currently
have two master nodes, one for each version.

I also have 26 slaves. Right now they are in use by the Hudson master.
These are my production environment and are in use, pretty much every day.

I would like to test the Jenkins master against the slave nodes but there
can only be one and only one job running on a slave node at any time. My
production environment will remain Hudson until I can be assured that
Jenkins is up and running correctly.

So here's the odd-ball question: is there a way to have the Jenkins master
(or Hudson master) respect the one-and-only-one job per slave constraint?

For concreteness, here's a test scenario:

1) Hudson master kicks off a job on slave tm22
2) Jenkins master wants to kick off a job on slave tm22 but holds off until
the current (Hudson) job on tm22 completes.
3) Jenkins detects the job is complete and triggers a job on tm22
4) and Hudson master does the same thing: it waits till the current job on
tm22 finishes and then triggers it's own job.

Thanks for your patience and help,
John

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.