I have a buildserver (ubuntu 12.04) and need to run a jenkins slave on that server
in a (s)chroot environment.

Question: How can I set up a slave that runs directly in the chroot-environment on that
buildserver?
I mean, who can I achieve that jenkins master connects directly into the chroot?

Background:
My jenkins project is a multiconfiguration project that runs on different slaves, some slaves are simple linux boxes without a chroot-environment, others need the chroot. Therefore I try to avoid entering into the chroot in each build step, because the job configuration becomes really complex; If I enter the chroot in the build steps, I have to change into the chroot conditionally,
depending on the slave that builds the job.

Thanks
Felix

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


Reply via email to