Quantcast

How to install slave to a machine which doesn't have a JVM?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to install slave to a machine which doesn't have a JVM?

Renlong Zhang
Hi all,

I have to run test cases in a machine and this machine can not install a JRE, Is it possible to install the jenkins slave to this machine?

If it is not possible, should I have to design an TCP/IP application to communicate with the Jenkins server and the machine to run the job in the machine?

Is there any easy and simply way to deal with this issue?


BR,

Simon
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to install slave to a machine which doesn't have a JVM?

slide
What CAN be installed? The slave is generally distributed as a jar
file, which means it needs Java to run.

slide

On Tue, Aug 14, 2012 at 8:36 PM, Renlong Zhang <[hidden email]> wrote:

> Hi all,
>
> I have to run test cases in a machine and this machine can not install a
> JRE, Is it possible to install the jenkins slave to this machine?
>
> If it is not possible, should I have to design an TCP/IP application to
> communicate with the Jenkins server and the machine to run the job in the
> machine?
>
> Is there any easy and simply way to deal with this issue?
>
>
> BR,
>
> Simon



--
Website: http://earl-of-code.com
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to install slave to a machine which doesn't have a JVM?

Sami Tikka
In reply to this post by Renlong Zhang
Then you cannot run the slave on that machine. You just have to run the tests using some other method and copy the results back to a Jenkins job workspace.

-- Sami

Renlong Zhang <[hidden email]> kirjoitti 15.8.2012 kello 6.36:

> Hi all,
>
> I have to run test cases in a machine and this machine can not install a JRE, Is it possible to install the jenkins slave to this machine?
>
> If it is not possible, should I have to design an TCP/IP application to communicate with the Jenkins server and the machine to run the job in the machine?
>
> Is there any easy and simply way to deal with this issue?
>
>
> BR,
>
> Simon
Loading...