- CookbookRead more
Generic Recipes
This page provides some examples for generic commands, either using containers or actions.
- CookbookRead more
Condition Recipes
Conditions determine whether a job, or multiple jobs, need to be executed in a build or not. These can be static, depending on values provided at trigger time (e.g. which branch we're on), or dynamic, determined by the results of other jobs.
- CookbookRead more
Clojure Cookbook
This is a collection of examples on how to build various kinds of Clojure sources. There is a Clojure plugin available that provides some functionality for building common Clojure projects. In order to use it, include it in your
deps.edn: