jenkins初始化和安装插件
摘要:1.find / -name 'default.json' 2. sed -i 's/http:\/\/updates.jenkins-ci.org\/download/https:\/\/mirrors.tuna.tsinghua.edu.cn\/jenkins/g' /var/lib/jenki
阅读全文
posted @
2020-06-30 13:23
blogsheng
阅读(664)
推荐(0) 编辑
安装docker-ce
摘要:docker内核版本必须是3.10+以上的版本 Linux 发行版本 CentOS Linux release 7.5.1804 (Core) [root@10 yum.repos.d]# uname -r3.10.0-862.el7.x86_64 1.配置yum源curl http://mirro
阅读全文
posted @
2020-06-30 00:03
blogsheng
阅读(225)
推荐(0) 编辑
Seleium Grid配置中的MaxInstances和MaxSession详解
摘要:MaxInstances This says....how many instances of same version of browser can run over the Remote System. For example, i have a FF12,IE and i declared t
阅读全文
posted @
2020-06-23 17:01
blogsheng
阅读(573)
推荐(0) 编辑
python继承初始化对象实例时 TypeError: module() takes at most 2 arguments (3 given)
摘要:建了两个模块: 第一个Fighter.py: class Fighter(object): """战斗者""" __slots__ = ('_name', '_hp') def __init__(self, name, hp): """初始化方法""" self._name = name self.
阅读全文
posted @
2020-06-18 20:21
blogsheng
阅读(5277)
推荐(0) 编辑