Re: Custom workspace for remote machine

2014-04-01 Thread Mark Kendzior
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

Re: Select several jobs to be build from existing job

2013-12-22 Thread Mark Kendzior
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