Why does Jenkins say “This Jenkins instance appears to be offline”

前端 未结 14 1489
野性不改
野性不改 2020-12-04 21:44

I have a fresh install of Jenkins 2.32.2 on Ubuntu. Opened a browser on the instance and get to a page titled Offline, with the message \"This Jenki

相关标签:
14条回答
  • 2020-12-04 22:22

    This mostly happens when you are working with company issued PC Windows OS.

    Fix :-

    click on "Configure Proxy" ask your IT team for specific server and port values that can bypass firewall and give your windows username & password. In this way you can resolve windows firewall and offline Jenkins issue.

    I researched a lot over Internet but nowhere the fix is available.

    Thanks!

    0 讨论(0)
  • 2020-12-04 22:26

    In my case, it has something to do with SSL. I manage to fix it by editing /var/lib/jenkins/hudson.model.UpdateCenter.xml and change url to use http instead of https.

    Restart jenkins and reload the website, it no longer shows offline.

    0 讨论(0)
提交回复
热议问题