Clojure Library for interacting with jenkins
https://clojars.org/com.rallydev/clj-jenkins
[com.rallydev/clj-flowdock "0.1.5"]
<dependency>
<groupId>com.rallydev</groupId>
<artifactId>clj-jenkins</artifactId>
<version>0.1.5</version>
</dependency>
export JENKINS_URL=<url to jenkins>
export JENKINS_USERNAME=<username for oauth>
export JENKINS_API_TOKEN=<users oauth api token>
[org.clojure/clojure "1.5.0"]
[clj-http "0.6.3"]
[cheshire "5.1.1"]
Copyright (c) Rally Software Development Corp. 2013
Distributed under the MIT License.