上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页
摘要: 参考:http://www.mindtheproduct.com/2016/02/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us/ 1 continuous integration 持续集成 持续集成强调对于开发人 阅读全文
posted @ 2016-12-30 15:27 iTech 阅读(4752) 评论(0) 推荐(0)
摘要: 问题及遇到的错误: Unable to access upstream artifacts area /var/lib/jenkins/jobs/PROJECTNAME-Master-Branch/builds/2014-10-22_11-33-46/archive. Does source pro 阅读全文
posted @ 2016-12-29 11:28 iTech 阅读(4384) 评论(0) 推荐(0)
摘要: github 开源项目:ciandcd : https://github.com/ciandcdjenkins:https://github.com/ciandcd/jenkins-awesomeciandcd awesome:https://github.com/ciandcd/awesome-c 阅读全文
posted @ 2016-12-12 10:31 iTech 阅读(435) 评论(0) 推荐(0)
摘要: Deployment Pipeline using Docker, Jenkins, Java and Couchbase http://blog.couchbase.com/2016/september/deployment-pipeline-docker-jenkins-java-couchba 阅读全文
posted @ 2016-12-06 16:34 iTech 阅读(436) 评论(0) 推荐(0)
摘要: 转自: https://blog.dangl.me/categories Continuous Integration RSS DatePost 2016-10-20 Set Up Private NuGet Feeds with ProGet v4+ 2016-06-23 Publish and 阅读全文
posted @ 2016-12-05 16:14 iTech 阅读(760) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/documentation/jenkins/919/introduction-to-jenkins Natively, Jenkins runs on port 8080. We can establish a proxy from port 80 阅读全文
posted @ 2016-10-08 18:25 iTech 阅读(8992) 评论(0) 推荐(0)
摘要: Jenkins2 入门到精通系列文章。 Jenkins2 下载与启动jenkins2 插件安装jenkins2 hellopipelinejenkins2 pipeline介绍jenkins2 javahelloworldjenkins2 groovy入门jenkins2 pipeline入门jen 阅读全文
posted @ 2016-09-15 20:55 iTech 阅读(15659) 评论(1) 推荐(3)
摘要: 总结: 1)如果在copy merge(-at)/auto merge(-am)后修改source branch,则可以自动被copy merge; 2)如果在manual merge后修改source branch,则不能被自动merge; 测试环境: set P4CLIENT=aaa_test 阅读全文
posted @ 2016-08-11 15:43 iTech 阅读(681) 评论(0) 推荐(0)
摘要: 使用docker作为jenkins slave。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 参考: https://www.cloudbees.com/blog/templating-jenki 阅读全文
posted @ 2016-07-28 17:00 iTech 阅读(9656) 评论(0) 推荐(0)
摘要: build timeout plugin, 允许对job设置timeout时间,当超时时,job将abort。 build timestamp pluin,使得job log的每次输出前面都增加当时的时间,方便查找job里脚本语句运行的间隔时间,方便查找问题。 build timeout plugi 阅读全文
posted @ 2016-07-28 16:26 iTech 阅读(10190) 评论(0) 推荐(1)
摘要: 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 阅读(945) 评论(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 阅读(4354) 评论(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 阅读(25250) 评论(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 阅读(11010) 评论(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 阅读(4205) 评论(0) 推荐(0)
摘要: 使用plugin生成groovy脚本,或者参考已有的groovy脚本。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: https://github.com/ciandcd 1. 使用插件来写groovy脚本 常用的功能,可以安装对应的插件,然后在pip 阅读全文
posted @ 2016-07-11 16:34 iTech 阅读(4623) 评论(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 阅读(3528) 评论(0) 推荐(0)
摘要: 通过multibranch类型的pipeline job使得对于多个branch的支持更加简单。只需要创建一个multibranch job,jenkins将自动地为所有的branch创建job。 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: http 阅读全文
posted @ 2016-07-11 14:52 iTech 阅读(2752) 评论(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 阅读(5484) 评论(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 阅读(30259) 评论(1) 推荐(0)
摘要: 本文通过简单的pipeline的实例和详细的讲解,能够学习基本pipeline的groovy用法,然后开始实现自己的pipeline job。 翻译和修改自:https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md 文章 阅读全文
posted @ 2016-07-05 15:22 iTech 阅读(27655) 评论(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 阅读(9689) 评论(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 阅读(2326) 评论(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 阅读(4374) 评论(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 阅读(1102) 评论(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 阅读(10204) 评论(0) 推荐(0)
摘要: 文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd 根据前面的2篇文章,我们已经安装和配置好了jenkins2.0, 包括所有pipeline相关的插件。 本文来个最简单的hello pipeline来 阅读全文
posted @ 2016-06-24 14:15 iTech 阅读(1790) 评论(0) 推荐(0)
摘要: 文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd Jenkins的安装包和插件在7个国家有20多个镜像,jenkins会自动选择最近的镜像来安装插件,但是我们还是经常会遇到问题,例如可安装插件列表里看 阅读全文
posted @ 2016-06-23 14:11 iTech 阅读(11186) 评论(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 阅读(5680) 评论(1) 推荐(0)
摘要: 1. 下载已经安装好的ubuntu的virtualbox的vdi 下载地址: http://www.osboxes.org/ubuntu/ ubuntu 16.04 Xenial VirtualBox (VDI) 64bit Download Size: 1.0GB, MD5: 52e08e7a0c 阅读全文
posted @ 2016-06-18 09:31 iTech 阅读(960) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页