Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 683 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 683 Bytes

clj-jenkins

Clojure Library for interacting with jenkins

Leiningen

https://clojars.org/com.rallydev/clj-jenkins

[com.rallydev/clj-flowdock "0.1.5"]

Maven

<dependency>
  <groupId>com.rallydev</groupId>
  <artifactId>clj-jenkins</artifactId>
  <version>0.1.5</version>
</dependency>

Environment Variables

export JENKINS_URL=<url to jenkins>
export JENKINS_USERNAME=<username for oauth>
export JENKINS_API_TOKEN=<users oauth api token>

Dependencies

[org.clojure/clojure "1.5.0"]
[clj-http "0.6.3"]
[cheshire "5.1.1"]

License

Copyright (c) Rally Software Development Corp. 2013
Distributed under the MIT License.