上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: 首先填写仓库地址: 其次,填写构建步骤 打包,跳过测试 至此,构建完成, 下面进行发布: 选择要发布的服务器 及 文件 其中192.168.66.130是之前配置好的,如下所示: 如图,文件已经复制过来 接下来,将拉取过来的文件制作生成镜像包, 如此操作,需先通过IDEA 软件,配置dockerfi 阅读全文
posted @ 2022-07-28 20:02 401335990 阅读(283) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-28 18:52 401335990 阅读(49) 评论(0) 推荐(0)
摘要: 需要先安装Jenkins 插件Credentials Binding 1、Manage Jenkins(管理jenkins) >Manage Credentials(管理凭据) >Stores scoped to Jenkins(存储范围) 全局 >添加凭据 > 阅读全文
posted @ 2022-07-28 18:49 401335990 阅读(387) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-28 16:44 401335990 阅读(46) 评论(0) 推荐(0)
摘要: JDK自行上面搜索下载,MAVEN下载地址https://maven.apache.org/download.cgi下载linux 版本压缩包 .tar.gz文件 把JDK及maven包解压,tar zxvf xxx -C /opt/ 修改环境变量: export MAVEN_HOME=/opt/m 阅读全文
posted @ 2022-07-16 15:43 401335990 阅读(1279) 评论(0) 推荐(0)
摘要: 1、jenkins 配置git jenkins拉取代码首先要安装git插件,git parameter 插件 2、接下来配置JDK及MAVEN Manage Jenkins(管理jenkins) >Global tool configuration 接下来添加maven: 接下来jenkins安装p 阅读全文
posted @ 2022-07-16 11:38 401335990 阅读(53) 评论(0) 推荐(0)
摘要: GET _cat/shardsGET _cat/indices?vGET _cat/health?vGET _cat/shards?vGET _cat/nodes?vPUT your2_index{ "settings": { "number_of_shards": 3 , "number_of_r 阅读全文
posted @ 2022-06-15 10:49 401335990 阅读(20) 评论(0) 推荐(0)
摘要: [root@linux1 bin]# ./logstash -e 'input { stdin{}} output{stdout{codec => rubydebug}}' 测试自定义语法是否正确 把最后的 -t 去掉,正式启动 阅读全文
posted @ 2022-06-15 10:48 401335990 阅读(42) 评论(0) 推荐(0)
摘要: #!/bin/bash used=`free -m | awk 'NR==2' | awk '{print $3}'` free=`free -m | awk 'NR==2' | awk '{print $4}'` echo " " >> /opt/dropcache/logs.txt date > 阅读全文
posted @ 2022-06-07 17:59 401335990 阅读(241) 评论(0) 推荐(0)
摘要: docker run -d --volume=/:/rootfs:ro --volume=/var/run:/var/run:ro --volume=/sys:/sys:ro --volume=/var/lib/docker/:/var/lib/docker:ro --volume=/dev/dis 阅读全文
posted @ 2022-05-30 15:07 401335990 阅读(66) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页