I have a GitHub repo that\'s big and contains several independently build-able bits. If I configure Jenkins with a job (or two) for each of these, I end up with having to pu
$WORKSPACE/../ReferenceRepo/label/$NODE_NAME
, where ReferenceRepo
is the name of the job you created above.You will need to re-clone each of your jobs on each machine for this to take effect. They should now use the data from the reference repo for everything they can, saving you disk space and bandwidth on your build nodes.