DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Install Jenkins and plugins by hand


Follow instructions on Jenkins wiki section 1.2 "By hand".

  1. download jenkins.war;

  2. Search for the plugin, find if it has any dependency plugin. For example, plugin checkstyle depends on analysis-core stated in "Dependencies" section;

  3. Download hpi files in Download Site;

  4. Copy hpi files downloaded to $HOME/.jenkins/plugins folder and restart Jenkins:

nohup java -jar jenkins.war 1>jenkins.log 2>jenkins.log &

Verify: Jenkins Dashboard(http://localhost:8080) -> Manage Jenkins -> Manage Plugins -> Installed:



Published

May 14, 2013

Last Updated

May 14, 2013

Category

Tech

Tags

  • jenkins 26
  • plugin 16

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor