摘要: https://www.jianshu.com/p/7a4c97ac0954 阅读全文
posted @ 2020-06-30 16:19 hanwei666 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Jenkins 灰度 #!/bin/bash DATE=`date +%Y-%m-%d_%H-%M-%S` METHOD=$1 BRANCH=$2 GROUP_LIST=$3 function IP_list(){ if [[ ${GROUP_LIST} == "GROUP1" ]];then Se 阅读全文
posted @ 2020-06-29 10:29 hanwei666 阅读(324) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/nmap/p/6498224.html 阅读全文
posted @ 2020-06-24 17:57 hanwei666 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://www.yunweipai.com/35896.html 阅读全文
posted @ 2020-06-24 16:22 hanwei666 阅读(104) 评论(0) 推荐(0) 编辑
摘要: jenkins安装 下载地址:https://pkg.jenkins.io/debian-stable/ sudo apt-get update apt install daemon sudo apt-get install openjdk-8-jdk java -version dpkg -i j 阅读全文
posted @ 2020-06-24 15:36 hanwei666 阅读(721) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/fL8Mp0hM-rzyPXjDUFZP-Q 阅读全文
posted @ 2020-06-22 10:33 hanwei666 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 方法一 登录清华大学镜像网站 搜索jenkins 找到plugins/ 找到插件下载后 拷贝/var/lib/jenkins/plugins/ 重启jenkins 方法二 在已经安装好的插件的jenkins上直接拷贝 scp -r /var/lib/jenkins/plugins/ jenkins@ 阅读全文
posted @ 2020-06-21 14:50 hanwei666 阅读(144) 评论(0) 推荐(0) 编辑
摘要: gitlab安装 gitlab下载地址:https://mirrors.tuna.tsinghua.edu.cn/ dpkh -i package/gitlab-ce_11.11.8-ce.0_amd64.deb 开启邮箱smtp 用于gitlab发送邮件 cat /etc/gitlab/gitla 阅读全文
posted @ 2020-06-19 16:04 hanwei666 阅读(214) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/PLiMECAm0cVi2tPzEXkBog 阅读全文
posted @ 2020-06-17 16:47 hanwei666 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liuyanling/p/13124403.html https://my.oschina.net/jallenkwong/blog/4449224 https://www.cnblogs.com/keatsCoder/p/13291615.html 阅读全文
posted @ 2020-06-17 11:04 hanwei666 阅读(90) 评论(0) 推荐(0) 编辑
……