会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码诠释的世界
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
33
34
35
36
37
38
39
40
41
···
51
下一页
2022年3月1日
【docker】清理docker无标签镜像
摘要: 1. 官网 https://docs.docker.com/engine/reference/commandline/system_prune/ 2. 方法 docker system prune 命令可以用于清理磁盘,删除关闭的容器、无用的数据卷和网络,以及dangling镜像(即无tag的镜像)
阅读全文
posted @ 2022-03-01 12:10 代码诠释的世界
阅读(751)
评论(0)
推荐(0)
2022年2月28日
【CI/CD】Gitlab+Jenkins+Sonarqube实现静态代码扫描并接入MR门禁
摘要: 一. 创建多分支流水线 二. sonar创建项目(非必须) 三. sonar生成token 四. jenkins配置sonar服务器 首先添加sonarqube的jenkins全局token凭据 打开凭据管理 添加用户密码和token类型凭据 安装sonarqube插件 打开系统配置 打开syste
阅读全文
posted @ 2022-02-28 20:59 代码诠释的世界
阅读(411)
评论(0)
推荐(0)
【CI/CD】GitLab + Jenkins 实现持续集成(CI)环境
摘要: 参考链接: https://blog.csdn.net/weixin_46902396/article/details/118337250
阅读全文
posted @ 2022-02-28 20:52 代码诠释的世界
阅读(57)
评论(0)
推荐(0)
【ubuntu20.04】docker 安装 gitlab
摘要: 1. hub地址 https://hub.docker.com/r/twang2218/gitlab-ce-zh
阅读全文
posted @ 2022-02-28 20:49 代码诠释的世界
阅读(156)
评论(0)
推荐(0)
【ubuntu20.04】安装php
摘要: 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 代码诠释的世界
阅读(135)
评论(0)
推荐(0)
【jenkins】参数化构建git分支
摘要: 1. 使用字符串参数构建 2. 配置pipeline stage('Checkout') { steps { script{ branch = branch if (env.gitlabSourceBranch != null) { checkout changelog: true, poll: t
阅读全文
posted @ 2022-02-28 20:35 代码诠释的世界
阅读(814)
评论(0)
推荐(0)
【ubuntu20.04】安装testlink
摘要: 1. 官网 https://www.testlink.org/ 2. 安装apache2 sudo apt-get install apache2 3. 安装mysql https://www.cnblogs.com/fireblackman/p/15692363.html 4. 安装PHP相关 s
阅读全文
posted @ 2022-02-28 14:11 代码诠释的世界
阅读(504)
评论(0)
推荐(0)
【TestLink】测试管理工具
摘要: 1. 官网 https://www.testlink.org/ 2. 使用 https://forum.testlink.org/ 参考链接: https://blog.csdn.net/weixin_30530339/article/details/98507987
阅读全文
posted @ 2022-02-28 12:25 代码诠释的世界
阅读(204)
评论(0)
推荐(0)
【jira】测试用例管理插件-SynapseRT
摘要: 1. 官网 https://doc.goldfingerholdings.com/synapsert/latest/zh_cn 2. 使用 3. 其他 zephyrxray 参考链接: https://www.cnblogs.com/huxinping8800/p/14435785.html?ivk
阅读全文
posted @ 2022-02-28 11:39 代码诠释的世界
阅读(1004)
评论(0)
推荐(0)
2022年2月25日
【WSL】win10上使用WSL, linux子系统
摘要: 1. 官网 https://docs.microsoft.com/en-us/windows/wsl/about 2. wsl1和wsl2对比 https://docs.microsoft.com/en-us/windows/wsl/compare-versions#comparing-featur
阅读全文
posted @ 2022-02-25 15:54 代码诠释的世界
阅读(82)
评论(0)
推荐(0)
上一页
1
···
33
34
35
36
37
38
39
40
41
···
51
下一页
公告