11 2021 档案
摘要:1:新建一个job 2:添加远程git仓库地址 3:通过构建后操作添加git publisher选项来进行打TAG到远程仓库 说明: ①Push Only If Build Succeeds:构建成功时推送,这个必须得勾选 ②Merge Results:合并结果,不做详细介绍 ③Force Push
阅读全文
摘要:简单配置一下 然后开始构建,然后报错如下 The recommended git tool is: NONE using credential 647ee613-5032-4894-aaeb-fe071d285ad5 > git tag -l v1.0.5 # timeout=10 > git ta
阅读全文
摘要:docker run --env MODE=standalone --name nacos -d -p 8848:8848 nacos/nacos-server 1.拉取镜像 docker pull nacos/nacos-server 2.挂载目录 mkdir -p /home/nacos/log
阅读全文
摘要:看了很多文章,都没成功,最后终于找到了 cd /clf && unzip '*.zip' 参考链接 logclf.top
阅读全文