summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-17 14:37:30 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-17 14:37:30 +0000
commit887876e7801fe1fbcf34b849229e28a792fb6094 (patch)
tree1fb5f4aab139f40ffd68237e84bab7520c76691a
downloadjenkins-config-887876e7801fe1fbcf34b849229e28a792fb6094.tar.gz
Add default CI config files
-rw-r--r--ci1/systems.json.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci1/systems.json.txt b/ci1/systems.json.txt
new file mode 100644
index 0000000..bcc38bd
--- /dev/null
+++ b/ci1/systems.json.txt
@@ -0,0 +1,14 @@
+[
+ {
+ "description": "x86_64 base system",
+ "morph": "x86_64-generic-base-system.morph",
+ "ref": "master",
+ "repo": "baserock:morphs"
+ },
+ {
+ "description": "x86_64 development system",
+ "morph": "x86_64-generic-devel-system.morph",
+ "ref": "master",
+ "repo": "baserock:morphs"
+ }
+] \ No newline at end of file