REST API and web-based interface between Jenkins, Jenkins jobs and Emender test suite.
- JVM version 6 or better
- Leiningen
- JRE version 6 or better (JRE 7 is recommended)
-
Clone the emender-jenkins repository
-
Run the following commands:
$ lein deps $ lein uberjar
Result is stored in an Java archive (JAR) that can be found in the 'target/uberjar' subdirectory.
To start the service, run the following command:
$ lein run
Or alternatively you can use the Java archive:
$ java -jar target/uberjar/emender-jenkins-0.1.0-SNAPSHOT-standalone.jar
Current version of this service accepts the following command line options:
Please read this file
Copyright © 2016 Pavel Tisnovsky, Red Hat Inc.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.