aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-20 22:45:16 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-20 22:45:16 +0100
commit0cbc9933db10938a1e9c7f330188e40caec9550d (patch)
tree43941d0c254a83801032432c5abaad9f8841d676 /README.md
parentee86231bc83d50505fca356f808bc7d13a2c9502 (diff)
downloadesper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.tar.gz
esper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.tar.bz2
esper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.tar.xz
esper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.zip
o Storing jenkins_users.
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..56800b5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Core Concepts
+
+* Person
+* Build - an execution of a CI job. Can have a user that triggered the job, either directly or through a commit
+* Commit - a change in the source control system
+* Product(?) - a set of git repositories, svn trunks and jenkins jobs/builds. Many persons can be participating in
+ developing the product (creates a team concept).
+* Gang Programming Session - a session with multiple people working together on the same problem.
+
+# Badges
+
+## Unbreakable - Per Person
+
+N builds started by U in a row that didn't break the build
+
+## Well Tested - Per Product
+
+Product P has increased the number of tests the last N (commits|days).
+
+## Gang Programmer
+
+Level 1: 3 programmers
+Level 2: 4 programmers
+Level 3: 5 programmers