Why does Jenkins complain that my reverse proxy setup is broken?

前端 未结 8 844
再見小時候
再見小時候 2020-12-08 10:15

I have no idea why after Jenkins is updated to version 1.591 (Ubuntu Server 12.04), the originally correctly set up reverse proxy now becomes broken. My current setting is e

8条回答
  •  抹茶落季
    2020-12-08 10:57

    I was faced with this issue with Jenkins as a Windows Service Package.

    According to their wiki:

    Make sure the Jenkins URL configured in the System Configuration matches the URL you're using to access Jenkins.

    To reach the System Configuration:

    1. Go to your Jenkins page
    2. Click Manage Jenkins
    3. Click Configure System
    4. Scroll to Jenkins Location and find Jenkins URL.

    Ensure that port value matches with the port value set in the section of the jenkins.xml file located in the Jenkins folder on your machine.

提交回复
热议问题