Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jun 27, 2018
1 parent a387674 commit 37f35b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.12.0/buildviz-0.12.0-standalone.jar
$ java -jar buildviz-0.12.0-standalone.jar
$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.13.0/buildviz-0.13.0-standalone.jar
$ java -jar buildviz-0.13.0-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 GoCD (see `--help` for details):

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

There's support for [Jenkins, GoCD 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.12.0"
(defproject buildviz "0.13.0"
:description "Transparency for your build pipeline's results and runtime."
:url "https://github.com/cburgmer/buildviz"
:license {:name "BSD 2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion resources/public/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37f35b4

Please sign in to comment.