jenkins配置cppcheck
2019-08-19 本文已影响0人
heliping_peter
- jenkins镜像部署
- jenkins镜像中安装cppcheck,需要root权限
docker exec -u -0 -it xxxxx sh
- cppcheck配置
参考
https://blog.csdn.net/ruangong1203/article/details/73065410
docker exec -u -0 -it xxxxx sh
参考
https://blog.csdn.net/ruangong1203/article/details/73065410