随笔分类 -  DevOps

DevOps tools
创建Docker overlay network
摘要:创建基于Key-Value的Docker overlay network。 这样运行在多个nodes上的container就可以通过内部网络进行通信访问了。 安装环境Ubuntu16.04,Docker:1.12 1. 集群中的hosts name必须是唯一的且互相可以解析。 2. 安装Distri 阅读全文
posted @ 2016-11-25 15:46 AlanNiu 阅读(666) 评论(0) 推荐(0)
Maven version management with Nexus
摘要:Maven auto deploy and release artifacts, management the version. Maven help you to avoid manually modify the project version and strict with the stand 阅读全文
posted @ 2016-04-14 16:53 AlanNiu 阅读(1200) 评论(0) 推荐(0)
post-receive in Windows---git hooks trigger Jenkins to build artifcat
摘要:如何在Windows上编写post-receive,当git用户push文件到git server时。检查commit message,如果包含RUN_BUILD就调用Jenkins build API编译项目。 环境设置: 1. 安装Jenkins 流行的代码管理工具 选择Remote trigg 阅读全文
posted @ 2016-04-11 17:11 AlanNiu 阅读(1354) 评论(0) 推荐(0)