On Tue, Sep 17, 2013 at 7:36 AM, William Daly <[email protected]> wrote: > I'm setting up a Jenkins cluster using the EC2 plugin, and I had a few > questions about security. I'm hoping to allow Pull Requests to a public > GitHub repo to be automatically built (running the automated test suite), > which means the slave instances will be executing untrusted code.
CloudBees-hosted Jenkins uses a LauncherDecorator to run builds corresponding to GH pull requests inside a (LXC) sandbox. You may want to do the same. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
