Skip to content

jchauncey/clj-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Clojure Library for interacting with jenkins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published