I'm working on a multijob build project in Jenkins.  The idea is to build a 
library for CentOS (Red Hat Enterprise Linux essentially) 6 (32 and 64 bit) 
and 7 (64 bit only).  Thus, I have 3 build targets.  I have the build 
machines all configured.  I've made a multi-job project and I have the 
three targets configured.  Presently, what usually happens is that the job, 
using the Java stuff for TFS, lists the *TFS workspaces* (an unfortunate 
overload of the term with Jenkins workspaces) and then gets the sources.  
However, the sources aren't actually downloaded (an excerpt):

Workspace Created by Team Build                                        
Getting version 'C4944' to 
'/home/ssdrive/jenkins/workspace/LinuxBuildCompileOnlyMultiJob1/27d30513'...
Finished getting version 'C4944'.
[27d30513] $ /bin/bash /tmp/hudson1302177326802271157.sh
Calling Linux build script
/tmp/hudson1302177326802271157.sh: line 4: BuildUtils/lnx_bld.sh: No such file 
or directory

There should be a long list of sources being downloaded from the TFS server but 
there's none.  When I go to the directory on this build agent, 
/home/ssdrive/jenkins/workspace/LinuxBuildCompileOnlyMultiJob1/27d30513,
there's nothing there.  Why would this be?  I have simple, single build jobs 
configured exactly the same (but without the matrix of course) and they work 
without a hitch.  

Any insights would be most appreciated.

Andy


-- 
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/1bc1850d-ab0b-44a3-a1ea-51c5a7533e62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to