Skip to content

walter-cd/walter-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walter Sample

wercker status

This is example project which deliver deployment pipeline with using walter.

Deployment pipeline represented with pipeline.yml executes tasks, in parallel/serially as described.

  • Build docker image
  • Run docker container
  • Provision container with ansible
  • Test spring app(petclinic) with maven
  • Build app with maven
  • Deploy app to container

Walkthrough

For execute this deployment pipeline, you need to install walter.

After you install walter, execute command below in the repoository checked out,

walter -c ./pipeline.yml

Deployment Pipeline overview

Deployment pipeline is described in pipeline.yml.

When you execute walter in this project, then walter start the deployment pipeline.

pipeline.yml is as shown in figure below:

pipeline image

Reference

Releases

No releases published

Packages