In that case, this is not a true slave (a Jenkins slave), but it's a 'robot 
framework slave'. You'll need to create a job that runs on the master and uses 
the framework to connect to, and run work on, the slave.

----- Original Message -----
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: m...@beckweb.net
At: Aug 12 2013 02:44:35

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 <aviha...@gmail.com> 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 jenkinsci-use...@googlegroups.com. 
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to