After installing several plugins , I needs to restart Jenkins and went into a “shutting down” mode, but never restarts. how can I restart Jenkins ?
Solution to restart Jenkins
To restart Jenkins you can use :
[jenkins_url]/safeRestart : Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete. [jenkins_url]/restart : Forces a restart without waiting for builds to complete.