-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Sonar Code Quality Testing Essentials
By :

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 APT line entry in your /etc/apt/ sources.list
:
deb http://pkg.jenkins-ci.org/debian binary/
Alternatively, you can run the Synaptic Package Manager tool and select Repositories from the Settings menu. Select the Third-Party Software tab and click on the Add button to enter the repository's APT line. Click on Add Source and Close to close the...
Change the font size
Change margin width
Change background colour