Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Dec 11, 2021
1 parent 17f1ebd commit adc259b
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 @@ -19,8 +19,8 @@ All it needs is your build history including test results.

## Usage

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

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

Expand Down Expand Up @@ -52,7 +52,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.14.1-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go
$ java -cp buildviz-0.14.2-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.14.1"
(defproject buildviz "0.14.2"
: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 adc259b

Please sign in to comment.