持续集成环境问题汇总(基于:java + testng + httpclient + allure + git + gitlab + jenkins + pipeline + maven + harb...

说明

包含前期调试遇到的问题

idea中,命令执行testng.xml,报错

Please refer to D:\myjava\apiAutoTest\target\surefire-reports for the individual test results.

参考:https://www.cnblogs.com/uncleyong/p/16705982.html

无法连接仓库:Host key verification failed.

无法连接仓库:Command "git ls-remote -h [email protected]:qzcsbj/gift.git HEAD" returned status code 128:
stdout:
stderr: No ECDSA host key is known for 192.168.117.180 and you have requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

参考࿱

你可能感兴趣的:(jenkins,java,ci,git,gitlab)