Hello,
I'm trying to execute a NeoLoad scenario within Jenkins and I'm having some problems configuring the setup with the license. I configured the pipeline in Jenkins using a local project and existing license option.
When we run the test manually from NeoLoad, we have to lease a number of users from that license with NeoLoad Web where we have an URL (https://neoload-api-eu.saas.neotys.com) and an access token for authorization.
My question is this...how can I make this step in Jenkins? I tried leasing the users manually then running the Jenkins job and it's not working. I also tried to add:
-leaseServer nlweb -leaseLicense 50:1 in the custom command option and I get this error:
Found a valid NLWeb configuration : URL=[https://neoload-rest.saas.neotys.com]
An error occurred during Controller initialization: Could not send Message. -- Error caused by : HTTP response '400: Bad Request' when communicating with https://neoload-rest.saas.neotys.com/nts/ws/license
Do you know what the issue might be? What I'm doing wrong? How I can configure this type of license? Do I have to use neotys team server or not?
Thank you!