summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-08-10 13:40:07 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-08-10 13:40:07 +0000
commit37817725f393c70e7097ecd0b2a4fb75b6d8b086 (patch)
treee10ab48d16d5863e07aaaefe87e5bd34858b3a92
parente2de12569d1f0fb5361fff7610457e5aa19ae253 (diff)
downloadjenkins-config-37817725f393c70e7097ecd0b2a4fb75b6d8b086.tar.gz
Add list of ssh addresses and what they can build
-rw-r--r--ci1/hosts.json.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci1/hosts.json.txt b/ci1/hosts.json.txt
new file mode 100644
index 0000000..c8877f7
--- /dev/null
+++ b/ci1/hosts.json.txt
@@ -0,0 +1,7 @@
+[
+ {
+ "ssh-uri": "root@192.168.24.137",
+ "working-directory": "/tmp",
+ "architecture": "x86_64"
+ }
+]