After we installed ubuntu server on our machine we need to secure it in order to prevent hacker to access sensitive data on our server. Let’s presume the ip server is 192.168.1.1
Jenkins on Ubuntu server
Jenkins is an application that monitor the executions of repeated jobs, such as building a software project, or cron job running from server. First of all Jenkins purpose is testing / building software projects. It is used mostly from developers, allowing an easier way to test the application. How to install it on ubuntu server?