Unable to open Jenkins in master vm

0 votes

I've created a cluster and I'm unable to open jenkins on my master.

Dec 19, 2018 in Jenkins by Ali
• 11,360 points

edited Dec 20, 2018 by Ali 615 views

1 answer to this question.

0 votes

There seems to be an issue with installed jenkins on your master VM. Try uninstalling it and install it again. 

Follow these commands to uninstall:

$sudo service jenkins stop
$sudo apt-get remove --purge jenkins

Start Installing it again with these commands:

$wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - 
$sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' 
$sudo apt-get update
$sudo apt-get install jenkins

Start Jenkins using these commands:

$sudo systemctl start jenkins
$sudo systemctl status jenkins
answered Dec 19, 2018 by Charlie

edited Dec 20, 2018

Related Questions In Jenkins

0 votes
1 answer

unable to compile java code in Jenkins

If the code is compiling and running ...READ MORE

answered Apr 25, 2018 in Jenkins by DareDev
• 6,890 points
2,078 views
0 votes
0 answers
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
2 answers
+2 votes
6 answers

Jenkins unable to run jobs (pending - waiting for next executor)

Increase the number of executors. I had ...READ MORE

answered Apr 24, 2019 in Jenkins by Maya
39,729 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP