Hi,
I am trying below scenario from a jenkins build
1. Connect to GitHub and check out a neoload project
Command used: check out to sub-directory
neoload-project-${BUILD_NUMBER}
2. Execute the scenario within that project.
Command used: project file
${WORKSPACE}neoload-project-${BUILD_NUMBER}/InternetProxy.nlp
Output:
ERROR: File not found: \XYZ\.jenkins\workspace\GITNLPTrialneoload-project-23\"NeoloadProjectName".nlp
Please assist how to overcome this issue