|
Plugins are hosted either in Subversion, under https://svn.java.net/svn/hudson~svn/trunk/hudson/plugins/ in their respective subdirectories, or in Git under https://github.com/hudson/. Note that Github also has a read-only mirror of plugins hosted in subversion, so you'll see all plugins in Github. For subversion you can look at the list of plugins to determine which plugins you want to check out: $ svn ls https://svn.java.net/svn/hudson~svn/trunk/hudson/plugins Then check out the ones you want: $ svn co https://svn.java.net/svn/hudson~svn/trunk/hudson/plugins/PLUGINNAME/ ... where PLUGINNAME is the name of the plugin you want to check out, such as jira, clearcase, etc. See Plugin tutorial for how to build/test/install a plugin after checking out. |
Comments (1)
Dec 03, 2009
Shannon Qian says:
I tried to check out but faile as below: D:\Data\Maven>svn co --username...I tried to check out but faile as below:
D:\Data\Maven>svn co --username guest https://svn.dev.java.net/svn/hudson/trunk/hudson/plugins/scp/
svn: OPTIONS of 'https://svn.dev.java.net/svn/hudson/trunk/hudson/plugins/scp':
could not connect to server (https://svn.dev.java.net)
can anyone help me out?