随笔分类 -  BuildRelease

上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要:jenkins plugin 开发:documenthttp://hudson-ci.org/docs/index.htmlhttps://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkinshttps://wiki.jenkins-ci.org/di 阅读全文
posted @ 2016-07-28 16:18 iTech 阅读(930) 评论(0) 推荐(0) 编辑
摘要:jenkins2 pipeline中常用的语法快速参考。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 来自: Using the Pipeline Plugin to Accelerate Con 阅读全文
posted @ 2016-07-17 17:23 iTech 阅读(4342) 评论(0) 推荐(0) 编辑
摘要:jenkins pipeline的10个最佳实践。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 翻译自:https://www.cloudbees.com/blog/top-10-best-pra 阅读全文
posted @ 2016-07-17 15:27 iTech 阅读(25167) 评论(0) 推荐(1) 编辑
摘要:在docker里运行jenkins server。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 1. 安装docker 简单地理解docker是一个类似于虚拟机的容器,提供一个相对独立且与host 阅读全文
posted @ 2016-07-13 13:41 iTech 阅读(10995) 评论(0) 推荐(0) 编辑
摘要:比较完整的实例,使用了maven打包,git tag,发通知邮件,等待用户deploy,deploy到nexus。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 源代码和文章来自: https:// 阅读全文
posted @ 2016-07-12 15:23 iTech 阅读(4190) 评论(0) 推荐(0) 编辑
摘要:使用plugin生成groovy脚本,或者参考已有的groovy脚本。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 1. 使用插件来写groovy脚本 常用的功能,可以安装对应的插件,然后在pip 阅读全文
posted @ 2016-07-11 16:34 iTech 阅读(4593) 评论(0) 推荐(0) 编辑
摘要:更复杂的pipeline实例,使用了Jenkinsfile和load。 文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 实例代码来自:https://github.com/jenkinsci/wor 阅读全文
posted @ 2016-07-11 16:16 iTech 阅读(3500) 评论(0) 推荐(0) 编辑
摘要:通过multibranch类型的pipeline job使得对于多个branch的支持更加简单。只需要创建一个multibranch job,jenkins将自动地为所有的branch创建job。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: http 阅读全文
posted @ 2016-07-11 14:52 iTech 阅读(2732) 评论(0) 推荐(0) 编辑
摘要:推荐使用Jenkinsfile代替将groovy脚本直接写在jenkins job里。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 推荐将pipeline的groovy脚本放到Jenkinsfil 阅读全文
posted @ 2016-07-11 13:54 iTech 阅读(5463) 评论(0) 推荐(0) 编辑
摘要:jenkins2 pipeline里groovy的高级用法。翻译自:https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: 阅读全文
posted @ 2016-07-06 13:50 iTech 阅读(30183) 评论(1) 推荐(0) 编辑
摘要:本文通过简单的pipeline的实例和详细的讲解,能够学习基本pipeline的groovy用法,然后开始实现自己的pipeline job。 翻译和修改自:https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md 文章 阅读全文
posted @ 2016-07-05 15:22 iTech 阅读(27622) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 插件jobConfigHistory(https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHist 阅读全文
posted @ 2016-06-30 15:01 iTech 阅读(9603) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd jenkins插件next executions(https://wiki.jenkins-ci.org/display/JENKINS/Next+E 阅读全文
posted @ 2016-06-30 14:30 iTech 阅读(2308) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 安装: wget https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.7.zip 阅读全文
posted @ 2016-06-29 19:03 iTech 阅读(4355) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 本文使用jenkins自动构建基于maven的java helloworld。 jenkins server需要安装插件pipeline 和git。 阅读全文
posted @ 2016-06-29 17:23 iTech 阅读(1091) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 什么是jenkins2的pipeline? 文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https 阅读全文
posted @ 2016-06-27 18:57 iTech 阅读(10184) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 根据前面的2篇文章,我们已经安装和配置好了jenkins2.0, 包括所有pipeline相关的插件。 本文来个最简单的hello pipeline来 阅读全文
posted @ 2016-06-24 14:15 iTech 阅读(1775) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd Jenkins的安装包和插件在7个国家有20多个镜像,jenkins会自动选择最近的镜像来安装插件,但是我们还是经常会遇到问题,例如可安装插件列表里看 阅读全文
posted @ 2016-06-23 14:11 iTech 阅读(11164) 评论(0) 推荐(0) 编辑
摘要:文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 本文将引导jenkins初学者安装和配置jenkins的测试环境。 1. 下载jenkins.war 我这里下载的是jenknins 2.7。 osb 阅读全文
posted @ 2016-06-21 15:59 iTech 阅读(5659) 评论(1) 推荐(0) 编辑
摘要:分布式编译工具 gmake:alias make="/usr/bin/make -j 8" 开源分布式编译: http://fastbuild.org/docs/home.html https://github.com/distcc/distcc http://distcc.org/ https:/ 阅读全文
posted @ 2016-03-17 13:04 iTech 阅读(1730) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页