aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2014-12-22 11:05:50 -0800
committerArthur She <arthur.she@linaro.org>2014-12-22 11:05:50 -0800
commit4a8a83f0c2ac70cf966220c8008b131ef3e45ffe (patch)
tree08e9d10bfb5b5384d41126edd04696e539682a8b /README
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6ee3b62
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+This repository contains the Jenkins job configurations used by Linaro CI.
+
+Jenkins job builder
+===================
+
+Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format,
+and uses them to configure Jenkins.
+
+Configurations
+==============
+
+In order to keep the jobs consistent, please follow this guideline:
+ * Job name
+ - lower case
+ - avoid spacing
+ * YAML
+ - file name matching the job name
+
+TODO
+====
+ * YAML header contains maintainer name
+ * enable markdown formatter
+