随笔分类 -  持续集成

上一页 1 ··· 35 36 37 38 39

Serf 了解
摘要:Introduction to Serf Welcome to the intro guide to Serf! This guide will show you what Serf is, explain the problems Serf solves, compare Serf versus 阅读全文

posted @ 2017-07-06 20:35 荣锋亮 阅读(643) 评论(0) 推荐(0) 编辑

Nomad 了解
摘要:Introduction to Nomad Welcome to the intro guide to Nomad! This guide is the best place to start with Nomad. We cover what Nomad is, what problems it 阅读全文

posted @ 2017-07-06 19:57 荣锋亮 阅读(548) 评论(0) 推荐(0) 编辑

Terraform 多云管理工具
摘要:1. 介绍 Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular serv 阅读全文

posted @ 2017-07-02 23:00 荣锋亮 阅读(684) 评论(0) 推荐(0) 编辑

jenkins api 使用
摘要:1. java <dependency> <groupId>com.offbytwo.jenkins</groupId> <artifactId>jenkins-client</artifactId> <version>0.3.7</version> </dependency> <dependenc 阅读全文

posted @ 2017-04-11 09:15 荣锋亮 阅读(690) 评论(0) 推荐(0) 编辑

windows 2016 dockerfile 以及简单使用
摘要:Docker 引擎包含用于自动创建容器映像的工具。 尽管可以使用 docker commit 命令手动创建容器映像,然而采用自动映像创建过程可获得许多好处,其中包括: 将容器映像存储为代码。 可出于维护和升级的目的快速而精确地重新创建容器映像。 容器映像和开发周期之间的持续集成。 驱动实现这一自动化 阅读全文

posted @ 2017-03-10 09:06 荣锋亮 阅读(4331) 评论(1) 推荐(0) 编辑

wekan 工具配置
摘要:1. 安装 使用docker-compose 安装,主要是方便简单,后期维护比较简单 2. 配置 docker-compose.yaml 文件 version: '2' services: wekandb: image: mongo:3.2.11 container_name: wekan-db r 阅读全文

posted @ 2017-02-22 22:55 荣锋亮 阅读(4423) 评论(2) 推荐(0) 编辑

Cobertura 代码覆盖率测试
摘要:Cobertura 是一种开源工具,它通过检测基本的代码,并观察在测试包运行时执行了哪些代码和没有执行哪些代码,来测量测试覆盖率。除了找出未测试到的代码并发现 bug 外,Cobertura 还可以通过标记无用的、执行不到的代码来优化代码,还可以提供 API 实际操作的内部信息。Elliotte R 阅读全文

posted @ 2017-01-08 10:52 荣锋亮 阅读(780) 评论(0) 推荐(0) 编辑

maven docker 操作
摘要:1. 使用dokerfile 进行构建 创建dockerfile 2. maven 插件 3. 使用 mvn docker:build 。。。。。。 私有镜像使用: 备注:这个是简单是使用,实际环境可能需要解决jenkins 等类似工具进行任务的处理,对于发布使用k8s 阅读全文

posted @ 2016-11-10 19:57 荣锋亮 阅读(3383) 评论(0) 推荐(0) 编辑

maven阿里云中央仓库
摘要:1. 在maven的settings.xml文件里的mirrors节点,添加如下子节点: 2. 或者直接在profiles->profile->repositories节点,添加如下子节点 阅读全文

posted @ 2016-11-10 09:12 荣锋亮 阅读(840) 评论(0) 推荐(0) 编辑

既使用maven又使用本地Jar包
摘要:maven 使用本地包 lib jar包 依赖一个lib目录 解决方法: 1. 把本地的lib加入maven编译时的依赖路径 如下配置: 2. 本地system 配置 这种的不好处是,只能加入某个jar包而不是某个目录 3. 把jar包安装入本地仓库 - 先安装jar包到本地仓库 - 引用安装的ja 阅读全文

posted @ 2016-10-14 10:35 荣锋亮 阅读(9619) 评论(0) 推荐(0) 编辑

maven 几个插件的使用
摘要:1. compile 2. 依赖打包 3. 可执行jar 包 4. 另一个包含依赖 阅读全文

posted @ 2016-10-13 20:51 荣锋亮 阅读(847) 评论(0) 推荐(0) 编辑

上一页 1 ··· 35 36 37 38 39

导航