I have read over and over again on the question: Jenkins Crashes after installing GitHub Plugin, but I did not find the solution. Therefore I want to ask again.
My Jenkins server was working just fine at the very first, and I wanted to add a hook which triggers a build whenever there is a commit pushed to my repo; then I referred to the first step - which is installing a plugin from this site: Triggering a Jenkins build from a push to GitHub, and right after I finished installing the plugin, I clicked the "restart" checkbox at the bottom of the page, then it crashed. I tried to restart my Jenkins service, it kept giving the same error. So I just killed the process using ps
tools, then restarted again, now it gives an HTTP 503 error. I really need some help with this issue. Actually, I found very similar issues on Stack Overflow and the Jenkins online community, but none of them did resolve my question.
I tried as: deleting all the files in the jenkins/plugins folder and restart again, but NOT WORKING.
I deployed Jenkins on my Linux machine, which is SUSE Linux Enterprise. Please give some help which is appreciated.