Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jul 14, 2016
1 parent baaedda commit 7f2bc4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Here's [buildviz's look at ci.jenkins-ci.org](http://cburgmer.github.io/buildviz

## Usage

$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.10.0/buildviz-0.10.0-standalone.jar
$ java -jar buildviz-0.10.0-standalone.jar
$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.10.1/buildviz-0.10.1-standalone.jar
$ java -jar buildviz-0.10.1-standalone.jar

Now, buildviz takes in new build results via `PUT` to `/builds`. Some suggestions how to set it up:

Expand Down Expand Up @@ -56,7 +56,7 @@ JUnit XML ([or JSON](https://github.com/cburgmer/buildviz/wiki#help-my-tests-don

E.g. sync existing history from Go.cd (see `--help` for details):

$ java -cp buildviz-0.10.0-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go
$ java -cp buildviz-0.10.1-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go

There's support for [Jenkins, Go.cd and TeamCity](https://github.com/cburgmer/buildviz/wiki/CI-tool-integration).

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject buildviz "0.10.0"
(defproject buildviz "0.10.1"
:description "Transparency for your build pipeline's results and runtime."
:url "https://github.com/cburgmer/buildviz"
:license {:name "BSD 2-Clause"
Expand Down

0 comments on commit 7f2bc4f

Please sign in to comment.