Hi, 

Jenkins Version : Jenkins ver. 1.638

I have configured a Jenkins Matrix Job which is running file on Windows 
system.
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.

Can anyone tell me what could be wrong. The complete log of build is as 
follows.

Started by upstream project "TallyWorld_Win_MultiNode_09 
<http://benrndbam01.tally.tallysolutions.com:8080/job/TallyWorld_Win_MultiNode_09/>"
 build number 21 
<http://benrndbam01.tally.tallysolutions.com:8080/job/TallyWorld_Win_MultiNode_09/21>
originally caused by:
 Started by user Naveen G M 
<http://benrndbam01.tally.tallysolutions.com:8080/user/naveen...@tallysolutions.com>
[EnvInject] - Loading node environment variables.
Building remotely on TW_Mac_01 
<http://benrndbam01.tally.tallysolutions.com:8080/computer/TW_Mac_01> (Mac1 
TW_Mac32_Build TW_Mac64_Build TallyWorld Mac) in workspace 
/users/buildmgr/jenkins_slave/workspace/TallyWorld_Win_MultiNode_09/Artefact/TW_Artefact/Diagnostic/Standard/NodeLabel/TW_Mac32_Build/Optimization/Debug
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > ssh://git@10.20.65.66/srv/Users/naveen.gm/pop.TallyWorld.git # timeout=10
Fetching upstream changes from 
ssh://git@10.20.65.66/srv/Users/naveen.gm/pop.TallyWorld.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git -c core.askpass=true fetch --tags --progress 
 > ssh://git@10.20.65.66/srv/Users/naveen.gm/pop.TallyWorld.git 
 > +refs/heads/*:refs/remotes/origin/*
Checking out Revision edf6f3bb847a67021a02c15ad5330df83f94e91e 
(refs/remotes/origin/Jenkins_Daily_Build)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f edf6f3bb847a67021a02c15ad5330df83f94e91e
 > git rev-list edf6f3bb847a67021a02c15ad5330df83f94e91e # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Evaluation the following Groovy script content: 
import java.text.SimpleDateFormat
def map = [ "BUILD_TIMESTAMP":new SimpleDateFormat("yyyy-MM-dd").format(new 
Date()) ]; 
if ((NodeLabel=="TW_Lin32_Build") || (NodeLabel=="TW_Mac32_Build") || 
(NodeLabel=="TW_Win32_Build"))
     map.put("Bitness","32"); 
if ((NodeLabel=="TW_Lin64_Build") || (NodeLabel=="TW_Mac64_Build") || 
(NodeLabel=="TW_Win64_Build"))
     map.put("Bitness","64");

return map; 

[Debug] $ /bin/sh -xe 
/var/folders/sd/j4k_9f217252c2d1c5y01qb00000gr/T/hudson4532749190972800024.sh
+ echo buildmgr
buildmgr
+ pwd
/Users/buildmgr/jenkins_slave/workspace/TallyWorld_Win_MultiNode_09/Artefact/TW_Artefact/Diagnostic/Standard/NodeLabel/TW_Mac32_Build/Optimization/Debug
+ echo 'C:\Program' 'Files\Java\jdk1.8.0_60/bin:/usr/bin:/bin:/usr/sbin:/sbin'
C:\Program Files\Java\jdk1.8.0_60/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ maya -f .manage/config.maya buildfullclean fullclean
/var/folders/sd/j4k_9f217252c2d1c5y01qb00000gr/T/hudson4532749190972800024.sh: 
line 5: maya: command not found
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Sending e-mails to: naveen...@tallysolutions.com
Finished: FAILURE


With Regards,

Naveen GM



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/87d0b8e0-edee-41e5-ade6-c353f6cf042f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to