In the process of automation of build scripts we have created a shell scripts on mac machine which is schudeled daily, also Team explorer everywhere is also setup on the mac machine, however since it is run via cron it is not working as normally executed form a terminal.
The shell scripts works fine from normal terminal without any issues, TFS credntials are cached and will not ask for any authorisation while doing get or label operation. But the same scripts is giving problems when run from cron, intially
it was telling tf command not found but after adding profile in the script the issue got resolved. Now i am facing one more issue related to authentication and the error i am getting is "default credentials are unavailable because
no Kerberos ticket or other authentication token is available.
Username:" although credentials are cached this is not working from cronjob. Could you please let me know how can i make cron to understand my TFS credentials which is already cached.