Comments on How to Install Jenkins Automation Server with Nginx on CentOS 7

Jenkins is a free and open source continuous integration server. It can be used to automate various tasks related to software development such as building testing and deploying. In this tutorial, we will install Jenkins Automation Server on CentOS 7 server. We will also setup Nginx as a reverse proxy for Jenkins.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Tim

The 'Continue' button on the first 'Unlock Jenkins' page forces HTTPS, which is not setup. Strange.

By: hat

On the /etc/nginx/conf.d/jenkins.conf Change https in to http

 

By: sandeep

After wasting many hours, simple http to https fix the issue within 5 minutes.

Thanks alot for this.

By: Gui

What modifications do we have to perform if we want to set the url as ci.yourdomain.com/jenkins ?

I modify /etc/sysconfig/jenkins by addingJENKINS_ARGS="--prefix=/jenkins"