aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-05-11 20:36:44 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-05-11 20:36:44 +0300
commitf42ab58309470ff62a94e24509368236a2fe33d9 (patch)
tree95ec88927058e2e5a1ff100af49f55909b0a8934 /README
parent95b85404f8ea831d0ff8838be972c13c8c826ece (diff)
README: initial guidelines
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..6ee3b628 100644
--- a/README
+++ 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
+