From 07ab4a893e09beb0e96c0cefdbe40ff7a94fe251 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 27 Sep 2010 13:54:04 +0200 Subject: add screenshot --- _posts/2010-09-27-jitterbug.textile | 2 ++ static/imgs/jitterbug.png | Bin 0 -> 73917 bytes 2 files changed, 2 insertions(+) create mode 100644 static/imgs/jitterbug.png diff --git a/_posts/2010-09-27-jitterbug.textile b/_posts/2010-09-27-jitterbug.textile index 1131042..f8d315b 100644 --- a/_posts/2010-09-27-jitterbug.textile +++ b/_posts/2010-09-27-jitterbug.textile @@ -25,6 +25,8 @@ h3. demo "You can check Dancer's version":http://jitterbug.perldancer.org/. The interface is really simple: there's a list of repositories, the status of the last build, and a link to a list of all the project's builds. +
!/static/imgs/jitterbug.png(jitterbug)!
+ h3. how it works For each project you want to use with jitterbug, you set the url of the HTTP hook in the administration page of your project. Each time a push is detected, GH will send you a notification (you can see details of the content). If the project doesn't already exist in your setup, it will be created, so you don't need to maintain or update a configuration file each time you create a new repository. The notification creates a task in a queue, and a script pulls the task and executes it. diff --git a/static/imgs/jitterbug.png b/static/imgs/jitterbug.png new file mode 100644 index 0000000..123afbc Binary files /dev/null and b/static/imgs/jitterbug.png differ -- cgit v1.2.3