You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Josha von Gizycki 264ee5ae70
no trampoline for ancient
5 years ago
resources initial commit 6 years ago
src/wanijo_pipeline no trampoline for ancient 5 years ago
.gitignore initial commit 6 years ago
README.md add project name 6 years ago
project.clj update deps, add ancient to build step 6 years ago

README.md

wanijo-pipeline

A continuous delivery pipeline for wanijo

Usage

  • lein run will start your pipeline with a web-ui listening on port 8080

Files

  • /

    • project.clj contains dependencies and build configuration for Leiningen
  • /src/wanijo_pipeline/

    • pipeline.clj contains your pipeline-definition
    • steps.clj contains your custom build-steps
    • core.clj contains the main function that wires everything together
  • /resources/

    • logback.xml contains a sample log configuration

References

  • for a more detailed example, look at the example pipeline in the main LambdaCD project