For Pipeline Jobs, the user can choose to use the main Pipeline Job's Workspace as
a dedicated single checkout directory. This checkout directory must be available
to all executors across all nodes either by having all executors running on the same
computer or have the main Pipeline Job's Workspace on a shared network drive.
This option is only recommended for use with VectorCAST version 2019 SP3 and above
NOTE: If you are using an environment setup script with a relative path, you need to prefix the script with the appropriate %WORKSPACE% or $WORKSPACE:
source build/setup.sh
should become
source $WORKSPACE/build/setup.sh