Certain environments (corporate enterprises) need to use --dataport when commiting to the Coverity server (due to presence of some reverse proxies and firewalls).
I tried:
customCommandArgs: true
covCommitArgs: '--dataport 9090'
but that doesn't work as --url is always provided by default. So I'm getting the following error:
2020-03-30T15:08:50.3420851Z [ERROR] --url cannot be specified with --host, --port, --https-port or --dataport.
So the only option is to use custom commands, which means I have to provide all commands manually, and not just the cov-commit-defects. Would be good to have an option to specify that --host and --dataport should be used instead of --url.
Certain environments (corporate enterprises) need to use --dataport when commiting to the Coverity server (due to presence of some reverse proxies and firewalls).
I tried: customCommandArgs: true covCommitArgs: '--dataport 9090'
but that doesn't work as --url is always provided by default. So I'm getting the following error:
So the only option is to use custom commands, which means I have to provide all commands manually, and not just the cov-commit-defects. Would be good to have an option to specify that --host and --dataport should be used instead of --url.