From 70e41b5919668aa6c45e5a730e7f230f9160ec9c Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 12 Jun 2014 00:42:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45ee4b4..b7b9e9c 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,15 @@ tests/luatest.lua tests/test-c-plugin/test-c-plugin.c ``` -Cricket score -------------- +Jenkins plugin +-------------- + +The jenkins plugin monitors builds at a jenkins server and notifies of build status changes, builds may be triggered, logs viewed, and jobs opened using the systems browser. + +![alt tag](http://www.boothj5.com/jenkins-plugin.png) + +Cricket score plugin +-------------------- The cricket score python plugin polls a public API to find the score of a given match, shows the score in the console and a desktop notification when it changes. It also adds a `/cricket` command to show the score at any time. From b145937fd3b49c83e66f3026f49d40e857f8db67 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 12 Jun 2014 00:43:01 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b9e9c..cef77b9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ tests/test-c-plugin/test-c-plugin.c Jenkins plugin -------------- -The jenkins plugin monitors builds at a jenkins server and notifies of build status changes, builds may be triggered, logs viewed, and jobs opened using the systems browser. +The jenkins plugin monitors builds at a jenkins server and notifies of build status changes, builds may be triggered, logs viewed, and jobs opened using the system's default browser. ![alt tag](http://www.boothj5.com/jenkins-plugin.png)