logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Jenkins docker部署jenkins,共享宿主机docker资源

摘要:https://blog.csdn.net/zsd498537806/article/details/81132522摘要2:https://segmentfault.com/a/1190000023261288我们将 Jenkins 运行在容器中, 而 Jenkins CI 也需要运行 docker 的话, 就会遇到 docker in docker 的问题. 具体请参考: ~jpetaz

#jenkins
jenkins全局工具配置(环境变量)

摘要:https://blog.csdn.net/zzy1078689276/article/details/77484356

#jenkins
Pytest 计算单元测试代码覆盖率(pytest-cov)

摘要:https://www.cnblogs.com/yoyoketang/p/13672409.html

#单元测试
Jenkins jenkins添加sudo的执行权限

摘要:https://blog.csdn.net/github_33420275/article/details/895211731.添加sudoers编辑权限chmod u+w /etc/sudoers2.编辑sudoerssudo vi /etc/sudoers3.在最后加一行jenkins ALL=(ALL) NOPASSWD: ALL4.重启jenkinssystemctl restart

#jenkins
Jenkins jenkins中安装nodejs

摘要1:https://www.jianshu.com/p/0a865a321d78摘要2:https://blog.csdn.net/iteye_5212/article/details/111191482摘要3:https://blog.51cto.com/13760351/2382464

#jenkins
Windows win10设置网卡优先级

因为最近在做mqtt服务器,偶然发现手机连接不到笔记本搭建的mqtt服务器,找了半天,发现可能是mqtt没有绑定到无线网卡ip上面(猜测未验证)虽然在绝大多数情况下,Windows 10 系统都能够自动决策出应该优先使用的最佳网络连接顺序。但根据用户的使用场景不同,您可能会需要手动配置网络适配器的优先级。例如,当你的 Windows 10 PC 同时连接了网线和 Wi-Fi,而又需要优先使用无线连

#网络
Linux 修改hosts文件并刷新DNS生效hosts文件

修改linux中hosts文件,加速github访问下载:1、修改hosts文件:/etc/hosts[root@superroot mydock03]# vim /etc/hosts127.0.0.1localhost localhost.localdomain localhost4 localhost4.localdomain4::1localhost localhost.localdomai

#linux
Windows 虚拟机连接内部局域网和使用外部网络

1.虚拟机连接内网时,在虚拟机中使用1张网卡的情况下不能又使用局域网(内网),又使用外部网络查找资料的情况。解决方法:1>虚拟机连接外网,添加第二个网络适配器2> 配置虚拟机网络编辑器,使用使用第二张虚拟网卡桥接到本机外网网卡3> 设置通过IPV6连接外网,可以测试使用IPV6(可以使用IPV4)注意:使用IPV6需测试本机使用能够支持IPV6,测试是否使用IPV6,地址:htt

#网络
Python flask使用IPV6前后端交互

1. flask在虚拟机跑服务器代码,配置IPV6全网段2.angular前端配置IPV6地址,访问后端服务器注意:IPV6地址需要用中括号括起来,例如:[ipv6地址]:端口

#python
Jenkins 参数化构建:参数的下拉框和子菜单以及参数联动

摘要:https://blog.csdn.net/yudelian/article/details/105289438

#jenkins
    共 18 条
  • 1
  • 2
  • 请选择