上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 46 下一页
摘要: 一. pep8 1. 官网 https://www.python.org/dev/peps/pep-0008/ https://pypi.python.org/pypi/flake8/ 2. 安装 pip install pep8 3. 使用 flake8 [file name or directo 阅读全文
posted @ 2022-03-02 17:50 代码诠释的世界 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1. 第三方库 pip install jira 2. 官方文档 https://jira.readthedocs.io/examples.html 3. 使用方法 form jira import JIRA jira = JIRA('http://jira.***.com/', auth=(use 阅读全文
posted @ 2022-03-02 14:14 代码诠释的世界 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1. 现象 2. 处理方法 ps aux | grep elastic kill -9 [pid] 参考链接: https://blog.csdn.net/davidchang365/article/details/103254012 阅读全文
posted @ 2022-03-01 14:56 代码诠释的世界 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1.问题 jenkins打包镜像报错 2. 处理方法 修改Dockerfile 名称为dockerfile 参考链接: https://www.cnblogs.com/rohens-hbg/p/14212145.html 阅读全文
posted @ 2022-03-01 12:15 代码诠释的世界 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 1. 官网 https://docs.docker.com/engine/reference/commandline/system_prune/ 2. 方法 docker system prune 命令可以用于清理磁盘,删除关闭的容器、无用的数据卷和网络,以及dangling镜像(即无tag的镜像) 阅读全文
posted @ 2022-03-01 12:10 代码诠释的世界 阅读(724) 评论(0) 推荐(0) 编辑
摘要: 1. 创建多分支流水线 2. sonar创建项目 3. sonar生成token 4. jenkins配置sonar服务器 5. 创建jenkinsfile 6. 测试 参考链接: https://www.freesion.com/article/51961427353/ https://blog. 阅读全文
posted @ 2022-02-28 20:59 代码诠释的世界 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.csdn.net/weixin_46902396/article/details/118337250 阅读全文
posted @ 2022-02-28 20:52 代码诠释的世界 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 1. hub地址 https://hub.docker.com/r/twang2218/gitlab-ce-zh 阅读全文
posted @ 2022-02-28 20:49 代码诠释的世界 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1. 官网 https://www.php.net/ 2. 安装 https://www.php.net/manual/zh/ 参考链接: https://blog.csdn.net/cunjie3951/article/details/106900049/ 阅读全文
posted @ 2022-02-28 20:44 代码诠释的世界 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1. 使用字符串参数构建 2. 配置pipeline stage('Checkout') { steps { script{ branch = branch if (env.gitlabSourceBranch != null) { checkout changelog: true, poll: t 阅读全文
posted @ 2022-02-28 20:35 代码诠释的世界 阅读(777) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 46 下一页