Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

I'm using OS Windows and I'm trying to delete Jenkins, which was installed as Jenkins.war file. I need to delete it because I made a lot of mistakes while configuring it.

I was trying to run the

jenkins.war uninstall 

but it does not work ( in this occurrence the popup window opens and suggest me to select the program which will run this command )

Also, I tried to find the Jenkins service by running the

service.msc

But there was not this service on the list. Help me to resolve this issue.

1 Answer

0 votes
by (50.2k points)

If you run Jenkins again by java -jar Jenkins.war from the command line you can find a line like that

Jenkins home directory: 

C:\Users\martinruan\.jenkins found at: $user.home/.jenkins

Delete the directory .jenkins then you are able to reinstall, Jenkins

Browse Categories

...