5

I am unable load jenkins setup wizard in centOS.

I am able to load initial page (Fig-1) where asking for initial password there I am entering initial password. But after clicking on the continue the page is not going to setup wizard. The page is keep on loading as shown in fig-2.

Fig-1:

enter image description here

fig-2

enter image description here

Manfred Radlwimmer
  • 13,257
  • 13
  • 53
  • 62
user3788070
  • 51
  • 1
  • 3

4 Answers4

4

I just solved it by directly going to <jenkins URL>/pluginManager/advanced and entering my proxy information there.

Don't forget to restart it after that.

Marty
  • 974
  • 9
  • 25
3

Bouncing Jenkins worked for me

sudo systemctl restart jenkins
MonoThreaded
  • 11,429
  • 12
  • 71
  • 102
2

I had this issue as well and I solved it by adding the following URL to my Pi-Hole Whitelist.

https://updates.jenkins.io

  • Agreed, I think this is why it hangs even though there is no error message, it seems to be trying to hit URLs for plugins or updates and cannot get through. – Michael Adamission Dec 16 '20 at 00:31
  • for everyone with a pi-hole setup: adding this URL to the whitelist is what you're looking for. – mwallner Aug 02 '23 at 06:16
1

My problem solved by stopping proxy on my host. But I suggest you to see the details in "Your_jenkins_URL"/threadDump

sajad
  • 11
  • 1