Answered question

How to Configure Jenkins and Neoload both are in a Separate Machine

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..

venkat R.
venkat R.

venkat R.

Level
0
47 / 100
points
Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

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...

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful