What is the command line to run remote Neoload from Jenkins pipeline ... we tried this below code but not working..
neoloadRun executable: '\\\\111.1.1.111\\NeoLoad 6.10\\bin\\NeoLoadCmd',
project: "\\\\111.1.1.111\\test\\test.nlp",
scenario: "TravelsScenario",
testName: "First Test (build ${BUILD_NUMBER})",
testDescription: "A short, small load test",
autoArchive: 'true'
both NeoLoad and Jenkins are separate machine.. Jenkins pipeline above code added. but no luck..