I have a problem for starting appium server from Jenkins. If I go to the configuration and type 'appium' in shell execution, appium command is not found.
[appium-mobile-test] $ /bin/bash -xe /var/folders/cm/mx5dgfln7k31q46xccnxsl4h0000gp/T/hudson6637451669921729894.sh + appium /var/folders/cm/mx5dgfln7k31q46xccnxsl4h0000gp/T/hudson6637451669921729894.sh: line 2: appium: command not found Build step 'Execute shell' marked build as failure
I'm using Mac Mini and if appium server will be started from terminal, it's working fine.
Does anybody have a similar issue or know how to solve this problem?