What's jenkins And How to Install

What's jenkins??

Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs:

  • Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity.
  • Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Jenkins keeps those outputs and makes it easy for you to notice when something is wrong.

 How to Install

1.http://jenkins-ci.org/  根据自己的操作系统从官网下载jenkins包,

2.windows下解压+执行setup.exe,即可(前提是本机已经安装了jdk)

3.初次运行完了会自动打开页面 http://localhost:8080/

(左上角“允许自动刷新”)

4.接下来就可以创建任务了

参考资料

https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins

欢迎光临娇娇家的美衣阁 http://shop105984718.taobao.com/

原文地址:https://www.cnblogs.com/joewu/p/3709726.html