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 informa
You could create multiple parameters as suggested above for the number of
jobs that you would like to run. ie ${projectToBeRun}, ${projectToBeRun1},
${projectToBeRun2}
mark
On Friday, December 20, 2013 6:57:47 AM UTC-7, Steven Deal wrote:
>
> I'm not sure. One thing I would keep in mind is not