- Getting StartedRead more
EDN example
EDN is to Clojure what
JSON
is to JavaScript. It's a way to write declarative information, but it uses part of the syntax of Clojure. MonkeyCI build scripts essentially generate jobs that are structures of maps and lists. The last expression of the script should be the list of jobs (or the job, if there is only one) to execute. Or a function that generates that list, but that is a more advanced use-case. - Getting StartedRead more
A more useful example
A more extended example of a build script that can be used in a real-life situation.
- Getting StartedRead more
Supported Platforms
MonkeyCI tries to support the most popular platforms, and we plan to add more. Currently we support these
git
repository hosts: - Getting StartedRead more
User Registration
Registering a new user is easy! All you need is an account on one of the supported platforms.
- Getting StartedRead more
Why Clojure?
Why have we chosen Clojure as our main build pipeline language and not a more well-known language like Java, C# or Javascript? Well, when we started this project, the selection of the build language was the most important decision to make. There were several criteria we used to decide: