A continuous delivery pipeline for FIXME
lein run
will start your pipeline with a web-ui listening on port 8080
-
/
project.clj
contains dependencies and build configuration for Leiningen
-
/src/cicd/
pipeline.clj
contains your pipeline-definitionsteps.clj
contains your custom build-stepscore.clj
contains themain
function that wires everything together
-
/resources/
logback.xml
contains a sample log configuration
- for a more detailed example, look at the example pipeline in the main LambdaCD project