2019年11月18日
摘要: https://my.oschina.net/foreverich/blog/657075 http://mingxinglai.com/cn/2015/07/ssh-proxycommand/ 查看跳板机设置 阅读全文
posted @ 2019-11-18 20:44 该用户很懒 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1、设置一个参数 2、设置label 3、勾选parameterized publishing 阅读全文
posted @ 2019-11-18 19:58 该用户很懒 阅读(4110) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/champwang/article/details/54670293 转自https://man.linuxde.net/shell-script/shell-6 阅读全文
posted @ 2019-11-18 19:26 该用户很懒 阅读(3126) 评论(0) 推荐(0) 编辑
  2019年11月13日
摘要: 1、构建后设置里的git publisher插件 https://blog.csdn.net/workdsz/article/details/77931812 2、通过gitlab api接口来 https://docs.gitlab.com/ee/api/tags.html#list-projec 阅读全文
posted @ 2019-11-13 15:59 该用户很懒 阅读(1094) 评论(0) 推荐(0) 编辑
  2019年11月12日
摘要: name="Shell" url="http://c.biancheng.net/shell/" str1=$name$url #中间不能有空格 str2="$name $url" #如果被双引号包围,那么中间可以有空格 str3=$name": "$url #中间可以出现别的字符串 str4="$ 阅读全文
posted @ 2019-11-12 19:44 该用户很懒 阅读(2606) 评论(0) 推荐(0) 编辑
摘要: 1、新增tag https://docs.gitlab.com/ee/api/tags.html#list-project-repository-tags 2、获取指定项目合分支的最新一次merge request信息 https://gitlab.leihuo.netease.com/api/v4 阅读全文
posted @ 2019-11-12 19:32 该用户很懒 阅读(600) 评论(0) 推荐(0) 编辑
摘要: sed 's/原字符串/替换字符串/' # 替换所有匹配关键字sed 's/原字符串/替换字符串/g' 阅读全文
posted @ 2019-11-12 17:36 该用户很懒 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 转载: https://blog.csdn.net/love__coder/article/details/7262160 阅读全文
posted @ 2019-11-12 17:06 该用户很懒 阅读(6185) 评论(0) 推荐(0) 编辑
  2019年11月6日
摘要: 参考:https://www.w3cschool.cn/impala/impala_alter_table.html 阅读全文
posted @ 2019-11-06 14:34 该用户很懒 阅读(863) 评论(0) 推荐(0) 编辑
  2019年11月5日
摘要: import re s = '待匹配字符' regx = '^.*\"ts\": \"(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3})\",.*\"loglv\": \"(.*)\",.*\"fname\": \"(.*)\",.*\"lineno\": (.* 阅读全文
posted @ 2019-11-05 10:49 该用户很懒 阅读(229) 评论(0) 推荐(0) 编辑