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.
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...
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>'.
Neil answered
christophe answered
Abhishek posted a new question