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)
Comments
The 'Continue' button on the first 'Unlock Jenkins' page forces HTTPS, which is not setup. Strange.
On the /etc/nginx/conf.d/jenkins.conf Change https in to http
After wasting many hours, simple http to https fix the issue within 5 minutes.
Thanks alot for this.
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"