summaryrefslogtreecommitdiff
path: root/liw.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-16 16:05:48 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-16 16:05:48 +0100
commitd48174f6912edc6ef1fc5fb1c79e757fcf8d893f (patch)
tree8d8d928ae0da936a3aeeafea58be95558d84f837 /liw.conf
parente40126323b7090e63a224e545098e22ac314569b (diff)
downloadjenkinstool-d48174f6912edc6ef1fc5fb1c79e757fcf8d893f.tar.gz
Add sample config for hosts/jobs
Diffstat (limited to 'liw.conf')
-rw-r--r--liw.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/liw.conf b/liw.conf
new file mode 100644
index 0000000..2000911
--- /dev/null
+++ b/liw.conf
@@ -0,0 +1,36 @@
+{
+ "hosts": [
+ {
+ "name": "sid64",
+ "ssh-target": "jenkins@192.168.122.176",
+ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
+ "directory": "/tmp/workspace",
+ "arch": "amd64",
+ "debian-dist": "unstable"
+ },
+ {
+ "name": "sid32",
+ "ssh-target": "jenkins@192.168.122.124",
+ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
+ "directory": "/tmp/workspace",
+ "arch": "i386",
+ "debian-dist": "unstable"
+ }
+ ],
+ "projects": [
+ {
+ "name": "CoverageTestRunner",
+ "bzr": "http://code.liw.fi/coverage-test-runner/bzr/trunk/",
+ "build-commands": [
+ "make check"
+ ]
+ },
+ {
+ "name": "ttystatus",
+ "bzr": "http://code.liw.fi/ttystatus/bzr/trunk/",
+ "build-commands": [
+ "make all check"
+ ]
+ }
+ ]
+}