My goal is to create a script to automatically install and setup jenkins on a linux instance (CentOs.) Jenkins document <https://wiki.jenkins-ci.org/display/JENKINS/Plugins> 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* *curl -O http://updates.jenkins-ci.org/latest/chucknorris.hpi* 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! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
