Reputation: 43
I need to manually restart Jenkins without wiping-out the Jenkins installation. I have seen many threads, but cannot find a proper solution.
I am using a Windows server.
Upvotes: 2
Views: 1248
Reputation: 82
Maybe it's enough when you click on "Manage Jenkins" -> "Reload Configuration from disk".
Upvotes: -1
Reputation: 1366
You can add /restart after root url of your jenkins instalation and it will do what you need. Note: it will wait till all running jobs finish
Example my.jenkins.com/restart
Upvotes: 1
Reputation: 1559
Use the below steps.
jenkins.war
Type the below command and press Enter
java -jar jenkins.war
Upvotes: 1