https://kimbouwman.wordpress.com/2014/07/14/multiple-slaves-on-same-machine-jenkins/ is a blog posting which describes one set of problems that technique solves (and describes how to do it).
http://stackoverflow.com/questions/9354613/jenkins-with-multiple-slaves-using-the-same-machine is a stack overflow article which describes more information on the technique. https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine provides more details on other cases and other techniques. Mark Waite On Wed, Oct 14, 2015 at 5:50 AM Ginga, Dick <[email protected]> wrote: > I think this will work. You would have 2 slave processes running. Another > way might be to use “Use custom workspace” under “Advanced Project Options” > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Krish Sanj > *Sent:* Tuesday, October 13, 2015 11:19 PM > *To:* Jenkins Users > *Subject:* Multiple node instances on a single machine > > > > I have a situation here > > > > I have 2 different set of jobs, each set needs a different Remote FS root. > I don't think there is variable to set Remote fs root. So, I was thinking > to setup 2 nodes on same server, is it possible ? > > > > eg: server name lnx1 > > node 1 : lnx1_local_drive with remote fs root as /tmp/workspace > > node 2 : lnx1_mount_drive with remote fs root as /mount_point/workspace > > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/f202740e-1147-4088-a369-d55831dbb7c9%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/f202740e-1147-4088-a369-d55831dbb7c9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D867C7EA%40AMERMBX02.PERKINELMER.NET > <https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D867C7EA%40AMERMBX02.PERKINELMER.NET?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtE86EpuS0bKQGTxnhsfQqKpHNdfFkECLS__OpRtA8KLZg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
