Hi,
I'm trying to run the following command on a Jenkins job:
```
/opt/NeoLoad/NeoLoad7.9/bin/NeoLoadCmd -project /var/jenkins_home/workspace/PC_JPetStore_Buyer_simple/jpetstore.nlp -launch Buyer -noGUI -nlweb -nlwebAPIURL https://[url]:1081 -nlwebToken [token]
```
I have already specified a free license on this NL controler (in GUI mode) but I have this error on my logs:
```
19:24:17 Project jpetstore loaded
19:24:18 Found a valid NLWeb configuration : URL=[https://[url]:1081]
19:24:19 ERROR: Unable to automatically lease a server license
```
How can I force NLCmd to not try to automatically lease a server license?
Thanks.
Regard,