I've just started working with Jenkins and have run into a problem. After installing several plugins it said it needs to be restarted and went into a "shutting down" mode, but never restarts.
How do I do a manual restart?
|
I've just started working with Jenkins and have run into a problem. After installing several plugins it said it needs to be restarted and went into a "shutting down" mode, but never restarts. How do I do a manual restart? |
|||||
|
|
Go to
|
|||||||||||||||
|
|
If you installed as an rpm, then |
|||
|
|
|
This can also be done using Jenkins CLI
The jenkins-cli.jar file along with full list of commands are available at http://[jenkins-server]/cli |
|||
|
|
|
On Ubuntu when installed through
|
|||
|
|
|
On Windows if you installed it as a service go to Services( Start -> Run : services.msc), find Jenkins, right click -> Restart. If it does not help(UI is not responding) open Windows Task Manager -> Processes, kill java.exe process and restart service once again. |
|||
|
|
|
Use the command line interface https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI java -jar jenkins-cli.jar -s http://yourjenkins.Com:8080/ -i /root/.ssh/id_rsa safe-restart |
|||
|
|