summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-17 11:19:22 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-17 11:19:22 +0100
commit8bdfcc1400b91932da631fd9194323a570e0a0d6 (patch)
tree40e2d0b31424e334570321f626a6c85570047ed7 /INSTALL
parentfe2c187db75ad03cb8f43b4b1f58f9db082ae094 (diff)
downloadjenkins.debian.net-8bdfcc1400b91932da631fd9194323a570e0a0d6.tar.xz
update documentation, split d-i views into three
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL33
1 files changed, 32 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 8f79b6ac..81789353 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,7 +17,34 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
=== Installed software that makes jenkins.debian.net run
* jenkins.debian.net runs Debian wheezy.
-* FIXME: describe how jenkins is installed + configured, basically put 'deb http://pkg.jenkins-ci.org/debian-stable binary/' into '/etc/apt/sources.list.d/jenkins.list' and `apt-get update`
+
+=== Jenkins
+
+* Currently running the long term support .deb from jenkins-ci.org.
+* Jenkins is installed using 'deb http://pkg.jenkins-ci.org/debian-stable binary/' into '/etc/apt/sources.list.d/jenkins.list' and `apt-get update && apt-get install jenkins`.
+* I would prefer to run a jenkins package from wheezy-backports.
+
+==== Jenkins plugins
+
+* Jenkins Subversion Plug-in
+* SCM Sync Configuration Plugin
+* Static Analysis Utilities
+* Dependency Graph Viewer Plugin
+* Nested View Plugin
+* Locale plugin
+* HTML Publisher plugin
+* Jenkins GIT plugin
+* View Job Filters
+* Read-only configurations
+* Sidebar Link
+* Green Balls
+* Log Parser Plugin
+* Jenkins Translation Assistance plugin
+* Compact Columns
+* Simple Theme Plugin
+
+=== updating jenkins.debian.net with update_jdn.sh
+
* needed packages are listed in 'update_jdn.sh' and which will also make sure they are installed
** 'update_jdn.sh' is available in the git repo
* package configuration is kept in that git repo and deployed by 'update_jdn.sh' as well.
@@ -32,3 +59,7 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
* then run `cd /srv/jenkins/job-cfg ; jenkins-jobs update .` to update jobs
* testing: `cd /srv/jenkins/job-cfg ; rm test-output/ -r ; mkdir test-output ; jenkins-jobs test . -o test-output/ ; ls test-output/`
+
+=== munin
+
+link://munin-monitoring[Munin] is installed, running with link:http://jenkins.debian.net/munin/[jenkins plugins] not yet published elsewhere.