What is 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:
Who is using it?A lot of companies and organizations. Most instances tend to run inside the firewall, but Google can tell you publicly visible instances. We also have some statistics collected from the anonymous usage survey here FeaturesJenkins offers the following features:
Jenkins Best PracticesContinuous Integration with automated test execution has seen broad adoption in recent years. The ideas behind Continuous Integration have changed how companies look at Build Management, Release Management, Deployment Automation, and Test Orchestration. This section provides a set of best practices for Jenkins - A Continuous Integration Solution to provide executives, business managers, software developers and architects a better sense of the development progress and code quality of projects throughout the development lifecycle. (View Jenkins Best Practices) Introductory ArticlesNote that many links below refer to Hudson, the original name of Jenkins.
Test DriveYou can launch Jenkins with Java Web Start if you want to give it a test drive. Once it launches, visit http://localhost:8080/ in your browser to get to the dashboard. Any configuration that you do with this Jenkins instance will be stored in ~/.jenkins, so your data will survive a Jenkins process restart. InstallationTo run Jenkins, you need the Java Runtime Environment (JRE) 1.6 or later. After you download jenkins.war, you can launch it by executing java -jar jenkins.war. This is basically the same set up as the test drive, except that the output will go to console, not to a window. Alternatively, if you have a servlet container that supports Servlet 2.4/JSP 2.0 or later, such as Glassfish, Tomcat 5, JBoss, Jetty 6, etc., then you can deploy jenkins.war as you would any WAR file. See this document for more about container-specific installation instruction. Once the war file is exploded, run chmod 755 jenkins in the exploded jenkins/WEB-INF directory so that you can execute this shell script. If you're running on Windows you might want to run Jenkins as a service so it starts up automatically without requiring a user to log in. The easiest way to achieve this is to simply download and install Jenkins via the native Windows installer, which can be found on the Jenkins main page. Just download the .zip file, unpack it, and click through the install wizard. The wizard both installs Jenkins and sets up the Jenkins Windows service for you. Another way to run Jenkins as a service is to first install Tomcat as a service and then deploy Jenkins to it in the usual way. Another way is to use the Java Service Wrapper. However, there may be problems using the service wrapper, because the Main class in Jenkins in the default namespace conflicts with the service wrapper main class. Deploying inside a service container (Tomcat, Jetty, etc.) is probably more straightforward, even for developers without experience with such containers. Also, see how other people are deploying Jenkins to get some idea of how to make it fit your environment.
LicenseJenkins is distributed under the MIT License. |
Meet Jenkins
Skip to end of metadata
Go to start of metadata
Comments (2)
Jul 22, 2014
GH Portefait says:
The fourth links of "Introductory Articles" the one in French : Introduction...The fourth links of "Introductory Articles"
the one in French :
is dead
Oct 24, 2014
dasari balaji says:
Hi Team, Can we use Jenkins CI for Selenium with C# developed automation script...Hi Team,
Can we use Jenkins CI for Selenium with C# developed automation scripts.
Thanks,
Balaji
Add Comment