Skip to content

patrickcrocker/concourse-maven-cf-simple

Repository files navigation

Concourse Example: maven-cf-simple

This example project shows:

  • Package a Maven project (mvn package) into a deployable artifact (Spring Boot jar)
  • Deploy artifact to Cloud Foundry (PCF Dev)

Prerequisites

This guide assumes you have a working installation of Concourse. If you don't, please follow the Concourse Hellow World guide to get up and running with Concourse locally (uses Vagrant and VirtualBox).

Instructions

$ git clone https://github.com/patrickcrocker/concourse-maven-cf-simple.git
$ cd concourse-maven-cf-simple
$ fly -t lite set-pipeline -p maven-cf-simple -c pipeline.yml
$ fly -t lite unpause-pipeline -p maven-cf-simple

When it is all said and done, you should have the application running on Cloud Foundry!

Example: http://concourse-maven-cf-simple.local.pcfdev.io/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published