Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.45 KB

readme.md

File metadata and controls

50 lines (33 loc) · 1.45 KB

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