'Jenkins_"Please wait while Jenkins is restarting" , quite a persistent one
I am getting the "Please wait while Jenkins is restarting" issue , I have restarted the Jenkins service but it still isn't working , I tried to install a plugin yesterday and since then it's showing me that message.
Any help would be much appreciated.
Solution 1:[1]
The simplest thing which will work almost every time is:
- Login to the (windows) server where Jenkins is hosted.
- Open CMD Prompt as administrator.
- Go to path where jenkins.exe file is placed.
- Enter command: jenkins.exe stop and then jenkins.exe start
For Linux server, kill the process and restart again.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kuldeep Kumar |
