How to install/run Appium on Jenkins on remote server?

Hello,

I’m trying to run my Appium tests (from Git) on Jenkins on remote server. My project starts running but appium server is installed on my local machine so my tests failed Jenkins. How I can instal Appium on jerkins remote server ? are there any plugins that can help me? e.g. nodeJS?

Your best bet might be to look at using Appium with Selenium grid. That’s how we are execute our tests from our CI platform.

http://appium.io/docs/en/advanced-concepts/grid/
http://appium.io/docs/en/advanced-concepts/grid/#grid-node-configuration-example-json-file

You have to create slave node(remote machine) in Jenkins. Allow your builds to run on slave machine. Then whenever you run your jobs, it will run on slave machine(your remote machine)