Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Update README on plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Jul 2, 2013
1 parent ac575ce commit 01f1f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -31,10 +31,12 @@ Altria is just a rails application with some middlewares.
* [altria-git](https://github.com/r7kamura/altria-git): Git integration plugin
* [altria-simple_cov](https://github.com/r7kamura/altria-simple_cov): Save simplecov coverage for each build
* [altria-pipeline](https://github.com/r7kamura/altria-pipeline): Lets your job to kick another job after finished
* [altria-processing_time](https://github.com/r7kamura/altria-processing_time): Display each build's processing time graph on job page

```ruby
# Put your favorite plugin gems into Gemfile.local
gem "altria-git", git: "git@github.com:r7kamura/altria-git.git"
gem "altria-simple_cov", git: "git@github.com:r7kamura/altria-simple_cov.git"
gem "altria-pipeline", git: "git@github.com:r7kamura/altria-pipeline.git"
gem "altria-processing_time", git: "git@github.com:r7kamura/altria-processing_time.git"
```

0 comments on commit 01f1f89

Please sign in to comment.