上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: 解决方法: 1、检查下jenkins服务 使用命令:systemctl status jenkins(检查状态是否存在报错信息) 2、查看端口 使用命令:ps -ef |grep jenkins(检查端口是否正常启用) 3、检查防火墙 使用命令:systemctl status firewalld. 阅读全文
posted @ 2023-12-18 15:18 y夏末y 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 1、jenkins安装包镜像地址 https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable 2、下载jenkins安装包 wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-st 阅读全文
posted @ 2023-12-18 15:18 y夏末y 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 使用命令:yum install net-tools 安装好net-tools工具包,就可以正常使用netstat -napt命令 阅读全文
posted @ 2023-12-18 13:18 y夏末y 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 使用命令:yum install wget -y 阅读全文
posted @ 2023-12-16 19:09 y夏末y 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1、安装Docker yum install docker 2、启动Docker服务 systemctl start docker 3、设置Docker服务为开机启动 systemctl enable docker.service 4、安装git yum install git 5、安装ShowDo 阅读全文
posted @ 2023-12-16 18:52 y夏末y 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 使用命令:systemctl start docker docker相关命令: 启动docker:systemctl start docker 停止docker:systemctl stop docker 重启docker:systemctl restart docker 查看docke 阅读全文
posted @ 2023-12-15 11:29 y夏末y 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 启动Docker服务报错如下 Job for docker.service failed because the control process exited with error code.See "systemctl status docker.service"and "journalctl - 阅读全文
posted @ 2023-12-15 11:19 y夏末y 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 使用VM创建并安装Centos7,完成之后发现网络不通(ping jd.com可以试一下) 解决方法: 1、在创建虚拟机的时候选择的是NAT模式 2、在虚拟机中,编辑->虚拟网络编辑器(记住子网IP、子网掩码、网关) 点击NAT设置 3、在Centos7中输入ip addr,在这里是ens33(记住 阅读全文
posted @ 2023-12-14 17:23 y夏末y 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 1、检查配置文件,文件夹下是否存在类似文件(ifcfg-ens33),存在的话,删除掉,保留一个即可(判断方式为配置文件中是否有配置信息) cd /etc/sysconfig/network-scripts/ ls 删除命令: rm 文件名称 重启网络:service network r 阅读全文
posted @ 2023-12-14 16:58 y夏末y 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 因为直接allure报告浏览器是打不开的,需要用allure命令渲染之后打开参能展示渲染效果 解决方法: 1、allure open 报告所在地址的文件夹名称/ allure open 测试报告/ 2、写txt文件,内容: allure open 测试报告/,修改后缀为bat 阅读全文
posted @ 2023-12-12 15:17 y夏末y 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页