August 2012
Intermediate to advanced
318 pages
5h 56m
English
The Jenkins Continuous Integration server, formerly known as Hudson before the renaming of the project took place, has been created by Kohsuke Kawaguchi. The official site of the project is available at http://jenkins-ci.org/. At the end of the installation process, you will have a running Jenkins server at http://localhost:8080/.
Here is how the welcome page looks:

Enter the following command to add the necessary key for the Jenkins Debian package repository:
$ wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
To add the repository, add the following ...
Read now
Unlock full access