会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
i舒
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2019年9月6日
jenkins api
摘要: jenkins api http://jen-server:8080/job/<view>/api/json items对应的是一个列表,不包含正在build的job可以取到排队的task信息: "name": "GERRIT_CHANGE_NUMBER", "value": "150654" "n
阅读全文
posted @ 2019-09-06 17:28 i舒
阅读(940)
评论(0)
推荐(0)
2019年9月4日
jenkins node状态和pipline语法
摘要: json api: http://XXXXXXXXXXXXXXXXXXX/computer/api/json?pretty=true 参考: https://segmentfault.com/q/1010000003838869 pipeline 语法:https://jenkins.io/zh/d
阅读全文
posted @ 2019-09-04 22:16 i舒
阅读(851)
评论(0)
推荐(0)
2019年9月2日
docker --su: must be run from a terminal
摘要: su: must be run from a terminal https://stackoverflow.com/questions/36944634/su-command-in-docker-returns-must-be-run-from-terminal
阅读全文
posted @ 2019-09-02 13:32 i舒
阅读(2333)
评论(0)
推荐(0)
2019年8月31日
docker跨主机通信
摘要: 创建overlay网卡 docker network create -d overlay --subnet 192.168.0.0/16 ov_net1 #指定子网 docker network create -d overlay ov_net2 #不指定子网 docker network ls #
阅读全文
posted @ 2019-08-31 16:30 i舒
阅读(277)
评论(0)
推荐(0)
2019年8月30日
打包和发布python wheel文件
摘要: https://blog.csdn.net/winycg/article/details/80025432
阅读全文
posted @ 2019-08-30 21:00 i舒
阅读(2732)
评论(0)
推荐(0)
2019年8月28日
curl命令
摘要: https://www.cnblogs.com/liuxia912/p/10960555.html
阅读全文
posted @ 2019-08-28 21:21 i舒
阅读(267)
评论(0)
推荐(0)
docker 运行选项
摘要: https://blog.csdn.net/qq_29999343/article/details/78294604
阅读全文
posted @ 2019-08-28 07:25 i舒
阅读(158)
评论(0)
推荐(0)
2019年8月26日
修改docker 运行时区
摘要: sudo docker run -d -e TZ="Asia/Shanghai" -v /etc/localtime:/etc/localtime:ro --restart=always --net=host -p $PORT:$PORT -v /opt/logs:/opt/logs --name
阅读全文
posted @ 2019-08-26 20:58 i舒
阅读(3114)
评论(0)
推荐(0)
2019年8月24日
查看git submodule更改
摘要: 查看两次提交中git submodule更改 git diff --submodule --name-only HEAD~1 HEAD |awk -F "/" '/3rdparty/ {print $1 "/" $2} '|uniq #HEAD指本次提交HEAD~1指上次提交3rdparty/dlp
阅读全文
posted @ 2019-08-24 09:16 i舒
阅读(1764)
评论(0)
推荐(0)
2019年8月23日
/var/lib/docker空间占用过大迁移
摘要: http://www.mamicode.com/info-detail-1917569.html https://yq.aliyun.com/articles/272173 https://blog.csdn.net/weixin_32820767/article/details/81196250
阅读全文
posted @ 2019-08-23 22:47 i舒
阅读(4217)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告