1、关闭Jenkins http://localhost:8080/exit 2、重启Jenkies http://localhost:8080/restart 3、重新加载配置信息 http://localhost:8080/reload 注意:1.关闭Jenkins后,需要打开服务中的Jenki ...
分类:
其他好文 时间:
2019-01-09 13:41:36
阅读次数:
252
haproxy prometheus 的监控metrics 使用的是exporter ,因为haproxy 对于状态统计报告处理的 比较好,我们可以了stats 同时支持一个csv的api 接口,所以exporter也是基于这个搞的开发,同时 里面对于不同版本的haproxy 做了适配 环境准备 d ...
分类:
其他好文 时间:
2019-01-07 17:25:51
阅读次数:
471
#!/bin/bash source /etc/profile cd /mnt/workspace/weifeng-ui-pre/ npm i && npm run build rm -rf /mnt/workspace/weifeng-ui-pre/dockerfile/build cd /mnt... ...
分类:
系统相关 时间:
2019-01-06 00:32:19
阅读次数:
188
一、背景介绍在互联网应用快速更新迭代的大背景下,传统的人工手动或简单脚本已经不能适应此变化,此时Devops为我们提供了良好的解决方案,应用好CI/CD可以大大的方便我们的日常工作,自动化快速的持续集成/持续交付为我们带来了应用开放的更快速度、更好的稳定性和更强的可靠性。二、拓扑环境名称版本Linux系统CentOS7.364位Docker1.13Django2.0三、安装部署3.1Jenkins
分类:
其他好文 时间:
2019-01-01 22:45:41
阅读次数:
264
最新一直在学习 工作 + 学习 去掉 90% 所以blog 一直没更 真是很不好! exsi ceph gitlab jenkins harbor k8s docker-compose apollo springboot dubbo 太多太多 。。。整合 主题: 如何设置GitLab以及Jenkin ...
分类:
Web程序 时间:
2018-12-27 00:29:54
阅读次数:
297
1,下载jenkins的rpm包 http://pkg.jenkins-ci.org/redhat/ 下载rpm包到本地 2,在linux下使用rpm包安装命令 rpm -ih jenkins-2.156-1.1.noarch.rpm 3,自动安装完成之后,,路径如下 /usr/lib/jenkin ...
分类:
其他好文 时间:
2018-12-24 02:52:35
阅读次数:
176
https://www.cnblogs.com/rslai/p/8135460.html ...
分类:
其他好文 时间:
2018-12-24 02:46:37
阅读次数:
104
jenkins自动化测试 & 持续集成 知识点: 1。下载地址:jenkins.io download: ...
分类:
其他好文 时间:
2018-12-15 15:54:31
阅读次数:
123
配置yum源:wget-O/etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat/jenkins.repo导入rpm密钥:rpm--importhttps://jenkins-ci.org/redhat/jenkins-ci.org.key安装:yum-yinstalljenkinsjava启动服务:systemctlstartj
分类:
其他好文 时间:
2018-12-14 12:52:52
阅读次数:
163