The regression tests *runs on the slave*, but they're *executed via SSH,*from the *robot framework*. I prefer the robot framework execution to happen from the master, cause I don't want to install the robot framework on each slave.
On Monday, August 12, 2013 9:30:04 AM UTC+3, Daniel Beck wrote: > > Instead I'd try to download it to the job's WORKSPACE on the slave during > the build and run it from there, if possible. > > On 12.08.2013, at 08:19, Avihay Eyal <[email protected] <javascript:>> > wrote: > > > Hi, I have a job running on a dedicated slave. This job should run > unittests and regression tests via robot framework. > > > > The thing is, that I want to run the robot framework from the master, > and not the slave, as I want to install the robot framework only > > once on the master. > > > > > > According to the robot framework plugin ( > https://wiki.jenkins-ci.org/display/JENKINS/Robot+Framework+Plugin), in > order to run robot framework > > I have to add a build step, the problem is that the build step are > executed on the slave, and not the master. How can I run from a job a build > step on the master? > > > > > > I can create another job and run it on the master, but I'm not sure > that's the best practice for this scenario.... > > > > > > 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] <javascript:>. > > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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.
