user3788070
user3788070

Reputation: 51

Jenkins setup wizard not loading

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

Upvotes: 5

Views: 8862

Answers (4)

MonoThreaded
MonoThreaded

Reputation: 12043

Bouncing Jenkins worked for me

sudo systemctl restart jenkins

Upvotes: 3

user2815021
user2815021

Reputation: 21

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

https://updates.jenkins.io

Upvotes: 2

Marty
Marty

Reputation: 1151

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.

Upvotes: 4

sajad
sajad

Reputation: 11

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

Upvotes: 1

Related Questions