Jenkins

Jenkins is an open source Continuous Integration tool written in Java.

Jenkins is used by teams of all sizes, for projects in a wide variety of languages and technologies, including .NET, Ruby, PHP and more, as well as Java.

To install and use Jenkins you have to make sure Java is installed in your system.

At the heart of the Jenkins build process are Build jobs. Simply put, you can think of a Jenkins build job as a particular task or step in your build process. This may involve simply compiling your source code and running your unit tests.

Setup Jenkins

I use Arch Linux (well, Manjaro) at the time of writing this

  • Start Jenkins

    This component was made by Stratis Dermanoutsos. The code can be found here.
  • Check application status

    This component was made by Stratis Dermanoutsos. The code can be found here.
  • Go to localhost:8090 and follow the steps

Resources