Install and configure Jenkins with Nginx as a reverse proxy on CentOS 7

jenkinsIn this article we will install and configure Jenkins with Nginx as a reverse proxy on a CentOS 7 VPS.

Jenkins is a leading open source automation server built with Java that monitors executions of repeated jobs, such as building a software project or jobs run by cron. With Jenkins, organizations can accelerate the software development process through automation. It manages and controls development life-cycle processes of all kinds, including build, document, test, package, stage, deployment, static analysis and many more.

For Ubuntu use the tutorial below:
How to Install Jenkins on Ubuntu 16.04

Read More