> On 22.04.2016, at 19:47, Naveen G.M. <[email protected]> wrote: > > When I extended the same job to run on a MAC system, the MAC job is failing > by saying "command not found". > If I login directly on the MAC system and run the same command, it runs > without any problems.
Your script expects maya to be on the PATH but it's not applied to Jenkins, probably because you modify it for a specific (different) user, or in .bashrc, or a similar approach. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CE96BF01-D68C-4B4A-88CF-7730F2162255%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
