Skip to content

Commit

Permalink
Add build and test instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Feb 29, 2016
1 parent 177b25f commit 65b3254
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,18 @@ All the data needed is in the /var/jenkins_home directory - so depending on how

As always - please ensure that you know how to drive docker - especially volume handling!

# Building

Build with the usual

docker build -t jenkins .

Tests are written using [bats](https://github.com/sstephenson/bats) under the `tests` dir

bats tests

Bats can be easily installed with `brew install bats` on OS X

# Questions?

Jump on irc.freenode.net and the #jenkins room. Ask!

0 comments on commit 65b3254

Please sign in to comment.