A Clojure app for monitoring a go-cd pipeline.
This Project was build with Leiningen. Please install it! This project uses the tesla-microservice.
The server will automatically run on port 8080. All configurations can be found in resources/default.edn
.
You can add a sound to play when the build is broken, :error-sound
in the config file.
To run the tests:
lein test
To run the app:
lein run
To build a jar file:
lein uberjar
This will create a jar file in the target/uberjar
folder what-do-you-think-<VERSION>-standalone.jar