My goal is to create a script to automatically install and setup jenkins on a linux instance (CentOs.)
Jenkins document says I can manually install a plugin by copying the hpi/jpi file to plugins directory. I tried to do that by using the following commands
cd /var/lib/jenkins/plugins
then I checked and the file was there. So, I restarted the service (service jenkins restart.) After the website was back online, I went to JENKINS_URL/pluginManager/installed but checknorris wasn't there. I would like to know what I did wrong and how I can fix this issue.
Thanks!