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..
For jenkins to run a job on a separate machine, you need to install a jenkns node, basically a java agent that is connected to jenkins. On this node machine, you have Neoload installed. So jenkins is on the master, neoload is on the node. This video in the academy might help: https://academy.neotys.com/lessons/how-to-use-the-jenkins...