cov-commit-defects failed with Preparing to load derived models in Jenkins windows node

I am unable to do commit coverity after coverity analysis

I have analysed using "C:\Program Files\Coverity\Coverity Static Analysis"\bin\cov-analyze.exe --dir Y:\myPath\imdir

"C:\Program Files\Coverity\Coverity Static Analysis"\bin\cov-commit-defects.exe --dir Y:\myPath\imdir --host coverity.personal.com --port 8080 --stream testing --encryption required --auth-key-file "C:\Program Files\Coverity\Coverity Static Analysis"\config\auth-key.txt --on-new-cert trust --description description

09:56:34 Connecting to server coverity.personal.com:9090 09:56:35 Connection is encrypted. 09:56:37 Elapsed time: 00:00:02 09:56:37 Preparing to load derived models: cannot read Y:/myPath/imdir/output/models.j: open: The system cannot find the file specified. 

Path Y:/myPath/imdir/output/models.j looks like linux path where models.j does not exist and we have models file. Any input on this will be very useful

1 Answer

Y:\myPath is the shared drive, I moved to the system drive(Ex: C:\myPath) to place source and run coverity solved the issue.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like