Jenkins
Jenkins is a continuous integration server: basically it is a Java application that compiles your software and runs tests on it. Note that applications do not have to contain any Java themselves, so you can benefit from it for PHP applications, Node.js, etc.
Installation and usage
The configuration file is located in /etc/conf.d/jenkins
.
Start and possibly enable jenkins.service
.
You can now log into your jenkins at http://localhost:8090
.