You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| resources | 7 years ago | |
| src/wanijo_pipeline | 7 years ago | |
| .gitignore | 7 years ago | |
| README.md | 7 years ago | |
| project.clj | 7 years ago | |
README.md
wanijo-pipeline
A continuous delivery pipeline for wanijo
Usage
lein runwill start your pipeline with a web-ui listening on port 8080
Files
-
/project.cljcontains dependencies and build configuration for Leiningen
-
/src/wanijo_pipeline/pipeline.cljcontains your pipeline-definitionsteps.cljcontains your custom build-stepscore.cljcontains themainfunction that wires everything together
-
/resources/logback.xmlcontains a sample log configuration
References
- for a more detailed example, look at the example pipeline in the main LambdaCD project