diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-13 09:09:31 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-13 09:09:31 -0700 |
| commit | fcfd0e2e8f1673a76c93b1273bfe712e7dcdc439 (patch) | |
| tree | 436c44dc21c1e38792cc8fe09e7bb5dfc7647b15 /posts | |
| parent | Add image for psgichrome article. (diff) | |
| download | lumberjaph-fcfd0e2e8f1673a76c93b1273bfe712e7dcdc439.tar.gz | |
image for jitterbug article.
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/2010-09-27-jitterbug.md | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/posts/2010-09-27-jitterbug.md b/posts/2010-09-27-jitterbug.md index 483ec74..4681b35 100644 --- a/posts/2010-09-27-jitterbug.md +++ b/posts/2010-09-27-jitterbug.md @@ -11,19 +11,13 @@ The only problem I had with this is that it wasn't really easy to find the appro That's when I decided to write an interface to this: [jitterbug](https://github.com/franckcuny/jitterbug). -Demo ----- +## 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. - <center> + -!/imgs/jitterbug.webp(jitterbug)! - - </center> - -How it works ------------- +## 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. @@ -35,8 +29,7 @@ This script relies on two important things: [perlbrew](http://github.com/gugod/A If the test fails, a mail is sent to the author. -What's next ------------ +## What's next A list of some features I want to have: |
