Unanswered question

Neoload integration with Jenkins

Is it possible to execute test from jenkins if Neoload plugin is not installed?

for some reason i had to uninstall neoload plugin and now my pipeline script for running neoload project is not working.

Abhishek K.
Abhishek K.

Abhishek K.

Level
0
98 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Without NeoLoad Plugin you need to run a command line test.

The documentation with examples at the bottom: https://www.neotys.com/documents/doc/neoload/latest/en/ht...

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Hi Abhishek, just to add to this, in Jenkins you would need to call a shell command from the pipeline like sh '/opt/Neoload/bin/NeoloadCmd <-params>'.