I have a NeoLoad test running from Jenkins. The Jenkins node the test runs on runs as a service and because of that under the system user. As a result NeoLoad cannot use NeoLoad web settings made under my own account.
In the NeoLoad plugin i added Custom Command Line Options = "-nlweb -nlwebAPIURL http://server:8080 -nlwebToken token".
But as a result of this, now these settings are shown in Jenkins console and anyone who has (read)acces to this console logging can see the url an toke of NeoLoad web. Is it possible to prevent the token from being visible in the console?