上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 51 下一页
摘要: 1. 官网 https://readthedocs.org/ https://www.sphinx-doc.org/en/master/ 2. 参考链接 https://zhuanlan.zhihu.com/p/264647009 阅读全文
posted @ 2022-02-25 15:51 代码诠释的世界 阅读(99) 评论(0) 推荐(0)
摘要: 1.jenkins日志 2. dockerfile FROM openjdk:8u171-jre-alpine ENV JAR_NAME=spring-boot-01-helloworld-quick-0.0.1-SNAPSHOT.jar COPY ./target/$JAR_NAME /apps/ 阅读全文
posted @ 2022-02-25 15:43 代码诠释的世界 阅读(708) 评论(0) 推荐(0)
摘要: 1. 链接 https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow 阅读全文
posted @ 2022-02-25 15:36 代码诠释的世界 阅读(46) 评论(0) 推荐(0)
摘要: 1. 官网 https://www.atlassian.com/software/jira/guides https://docs.atlassian.com/software/jira/docs/api/ 2. 安装mysql https://www.cnblogs.com/fireblackma 阅读全文
posted @ 2022-02-24 19:58 代码诠释的世界 阅读(3971) 评论(0) 推荐(0)
摘要: 1. 官网 https://www.jenkins.io/doc/ https://robotframework.org/ https://docs.qameta.io/allure/#_jenkins 2. 安装allure https://www.cnblogs.com/fireblackman 阅读全文
posted @ 2022-02-23 20:28 代码诠释的世界 阅读(348) 评论(0) 推荐(0)
摘要: 1. 问题 appledeMacBook-Pro:~ apple$ gradle -version ERROR: JAVA_HOME is set to an invalid directory: /usr/local/opt/openjdk Please set the JAVA_HOME var 阅读全文
posted @ 2022-02-23 15:17 代码诠释的世界 阅读(727) 评论(0) 推荐(0)
摘要: 1. 问题现象 appledeMacBook-Pro:~ apple$ allure -version ERROR: JAVA_HOME is set to an invalid directory: /usr/local/opt/openjdk Please set the JAVA_HOME v 阅读全文
posted @ 2022-02-23 14:58 代码诠释的世界 阅读(684) 评论(0) 推荐(0)
摘要: 1. 官网链接 http://docs.docker.com/compose/install/ 2.项目链接 https://github.com/docker/compose/releases 3. 下载二进制安装 Linux 上我们可以从 Github 上下载它的二进制包来使用,最新发行的版本地 阅读全文
posted @ 2022-02-22 20:06 代码诠释的世界 阅读(600) 评论(0) 推荐(0)
摘要: 1. 官网链接 https://goharbor.io/docs/2.4.0/ 2. 项目地址 https://github.com/goharbor/harbor/releases 3. 安装 wget https://storage.googleapis.com/harbor-releases/ 阅读全文
posted @ 2022-02-22 19:47 代码诠释的世界 阅读(524) 评论(0) 推荐(0)
摘要: 1. 修改hostname sudo vim /etc/hostname sudo vim /etc/hosts 2. 让其立即生效 sudo hostname -F /etc/hostname 阅读全文
posted @ 2022-02-21 15:40 代码诠释的世界 阅读(1865) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 51 下一页