I think what you would want to do is setup the remote machine as a build slave. This would allow you to check the code out to that slave in whatever workspace you wanted and run the build on that machine. See: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds for additional information on setting up a slave.
On Wednesday, March 26, 2014 7:54:40 AM UTC-6, Jean-Baptiste MARTIN wrote: > > Hi, > > I'm using Jenkins v. 1.516 and I'd like a project to be built on a remote > machine. > > Currently, the project is checked out from a remote SVN repository, then > copied and built on the local machine (where Jenkins is installed) in the > workspace /opt/jenkins/workspace/. > I saw it's possible to configure the workspace where the project has to be > built in: > Jenkins > <project_name> > Configure > Advanced Project Options > Use > custom workspace. > > How can I indicate the workspace is located somewhere in the network, like > "12.34.56.78/the/remote/workspace" ? > > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
