This is the path to the VectorCAST manage project to run. This needs to be in the context of the Jenkins test run, which means it either needs to be and absolute path that is available to all nodes, or it needs to be relative to the root of a checkout from SCM.
For example:
    C:\projects\work\dashboard\tests\project.vcm
    
Or
    tests\project.vcm
    

Note: for multi-job execution across a number of slaves, the recommended execution approach is to use an SCM check-out with a relative path into the check-out. Due to locking optimism in a underlying library that VectorCAST uses, the use of network shares across multiple hosts can potentially lead to corruption of coverage data.