I have setup Jenkins CI on AWS ubuntu server 14.04 and configured to checkout the project from github. In order to auto-build upon checkout, I am trying to follow this (http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_the_Titanium_CLI) information but I'm not able to execute: >> Titanium Login or any of ">> Titanium" command upon installation.
>> which Titanium returns /usr/local/bin/titanium but I'm still unable to execute ">> Titanium"
What else do I need to execute ">> Titanium build clean" ?