Tag Archives: Jenkins

How to Configure Jenkins Behind NGINX with SSL

For a production server, I have been trying to get jenkins running behind NGINX a reverse proxy with SSL enabled. What I faced is that there are many configurations available in wiki.jenkins.io but mostly those configurations worked for the authors with different configurations according to their need. I have found a couple of useful instructions but they led me nowhere….

Read More

How to Install Jenkinks 2.0 in Ubuntu

Jenkins is one of the most popular open-source automation/build servers with a lot of plugins to support building, deploying, and automating any project. Prerequisites Java 11 Install Jenkins Installing jenkins from repository in ubuntu 16.04.6 server requires repository list modification to install and receive updates for Jenkins itself. To start the installation process we need to add the jenkins official repository key…

Read More