上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 51 下一页
摘要: 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)
摘要: 一. 创建多分支流水线 二. sonar创建项目(非必须) 三. sonar生成token 四. jenkins配置sonar服务器 首先添加sonarqube的jenkins全局token凭据 打开凭据管理 添加用户密码和token类型凭据 安装sonarqube插件 打开系统配置 打开syste 阅读全文
posted @ 2022-02-28 20:59 代码诠释的世界 阅读(411) 评论(0) 推荐(0)
摘要: 参考链接: https://blog.csdn.net/weixin_46902396/article/details/118337250 阅读全文
posted @ 2022-02-28 20:52 代码诠释的世界 阅读(57) 评论(0) 推荐(0)
摘要: 1. hub地址 https://hub.docker.com/r/twang2218/gitlab-ce-zh 阅读全文
posted @ 2022-02-28 20:49 代码诠释的世界 阅读(156) 评论(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 代码诠释的世界 阅读(135) 评论(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 代码诠释的世界 阅读(814) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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 下一页