会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wadeson
github:https://github.com/jsonhc/
博客园
首页
新随笔
联系
订阅
管理
随笔 - 120 文章 - 0 评论 - 35 阅读 -
85万
2024年10月1日
Jenkins之插件Snyk
摘要: 参考文档:Jenkins plugin integration with Snyk | Snyk User Docs Follow the steps in each section of this document to use the Snyk Jenkins plugin: Install t
阅读全文
posted @ 2024-10-01 18:43 wadeson
阅读(34)
评论(0)
推荐(0)
编辑
2024年8月4日
pipeline
摘要: 记录一些使用到的pipeline: 仓库多分支,选择分支下载代码: pipeline { agent any parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'main', name: 'BRANCH', ty
阅读全文
posted @ 2024-08-04 01:31 wadeson
阅读(51)
评论(0)
推荐(0)
编辑
2024年8月2日
各工具国内镜像源
摘要: npm、yarn、pnpm 最新国内镜像源设置: # 淘宝镜像 npm config set registry https://registry.npmmirror.com # 官方镜像源 npm config set registry https://registry.npmjs.org/ mav
阅读全文
posted @ 2024-08-02 18:47 wadeson
阅读(263)
评论(0)
推荐(0)
编辑
2024年7月29日
Jenkins之插件Blue Ocean
摘要: 1、安装插件Blue Ocean 2、创建并配置: 3、将生成的公钥配置到gitlab: 4、配置完公钥: 创建完后: 因为这个仓库有Jenkinsfile文件,所以会直接执行: 而不会进行设计步骤,查看执行结果: 对应仓库文件Jenkinsfile:
阅读全文
posted @ 2024-07-29 20:01 wadeson
阅读(175)
评论(0)
推荐(0)
编辑
2024年7月28日
jenkins迁移
摘要: 如果Jenkins容器docker安装: docker run --privileged -d -p 9090:8080 -p 50000:50000 -v /var/lib/jenkins:/var/jenkins_home -v /etc/localtime:/etc/localtime -v
阅读全文
posted @ 2024-07-28 17:15 wadeson
阅读(216)
评论(0)
推荐(0)
编辑
Jenkins之插件Publish Over SSH
摘要: 1、安装插件Publish Over SSH 2、配置ssh: 进行测试: 3、配置job: 如果需要展示复制过程: 则需要将如下打开: 另外的,如果需要将下面test目录下面的index.html文件copy到远程host主机,配置如下: [root@node1 test1]# ll total
阅读全文
posted @ 2024-07-28 15:32 wadeson
阅读(161)
评论(0)
推荐(0)
编辑
2024年7月4日
Windows下Docker-desktop
摘要: 1、在Windows下安装Docker-desktop 下载: https://github.com/tech-shrimp/docker_installer/releases/download/latest/docker_desktop_installer_windows_x86_64.exe 2
阅读全文
posted @ 2024-07-04 22:13 wadeson
阅读(376)
评论(0)
推荐(0)
编辑
2024年7月3日
腾讯cos使用
摘要: 1、腾讯cos免费试用6个月:https://console.cloud.tencent.com/cos 2、创建好bucket: 3、Linux系统下coscmd工具安装,coscmd命令参考:https://cloud.tencent.com/document/product/436/10976
阅读全文
posted @ 2024-07-03 23:41 wadeson
阅读(190)
评论(0)
推荐(0)
编辑
2024年6月30日
gitlab && gitlab-runner
摘要: 192.168.77.101 gitlab rpm安装,url:http://192.168.77.101:8888 gitlab-ce安装: 打开:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ wget https://mirror
阅读全文
posted @ 2024-06-30 01:25 wadeson
阅读(121)
评论(0)
推荐(0)
编辑
2024年6月25日
k8s集群版本v1.28.2安装
摘要: 节点info: 192.168.77.103 node3192.168.77.104 node4192.168.77.105 node5 所有节点执行: 1、安装docker cd /etc/yum.repos.d/ && wget https://mirrors.aliyun.com/docker
阅读全文
posted @ 2024-06-25 21:42 wadeson
阅读(170)
评论(0)
推荐(0)
编辑
下一页
关注公众号@运维技术吧
昵称:
wadeson
园龄:
7年9个月
粉丝:
98
关注:
2
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
docker
(18)
k8s
(9)
tomcat
(8)
python
(8)
openstack
(8)
ELK
(8)
saltstack
(6)
nginx
(6)
ansible
(6)
prometheus
(4)
更多
随笔档案
2024年10月(1)
2024年8月(2)
2024年7月(5)
2024年6月(2)
2024年4月(1)
2021年10月(1)
2021年2月(1)
2020年10月(2)
2020年9月(4)
2018年12月(8)
2018年2月(1)
2018年1月(4)
2017年12月(3)
2017年11月(20)
2017年10月(17)
2017年9月(5)
2017年8月(20)
2017年7月(23)
更多
阅读排行榜
1. docker之Dockerfile实践(212859)
2. docker network基础(112676)
3. nginx之配置proxy_set_header(94609)
4. docker-compose初试及命令基础(42562)
5. docker之docker-machine用法(39802)
评论排行榜
1. docker之Dockerfile实践(11)
2. docker之docker-machine用法(6)
3. 照着官网来安装openstack pike之environment设置(5)
4. Dockerfile构建MySQL(2)
5. jenkins配置从节点(2)
推荐排行榜
1. docker之Dockerfile实践(18)
2. docker network基础(11)
3. nginx之配置proxy_set_header(8)
4. docker之docker-machine用法(6)
5. docker基础(2)
最新评论
1. Re:docker之container
666
--南郊
2. Re:docker network基础
写的不错啊
--坚持v
3. Re:docker之docker-machine用法
@zhongqingshen 刚解决,VMware虚拟机内存给大点,cpu适量增加点就好了,docker-machine创建的是嵌套虚拟机也需要分资源...
--Xinetd
4. Re:docker之Dockerfile实践
docker 系列文章又学到了好多东西 thx
--JinneyCN
5. Re:docker之docker-machine用法
@予宁 你用的通用驱动,相当于对远程的实体机操作,怎么可能远程停止一台实体机呢?...
--湖南馒头
点击右上角即可分享