GithubHelp home page GithubHelp logo

pipelines's Introduction

pipelines

A collection of example Concourse CI pipelines that hopefully allows you to explore and learn about setting up and using Concourse.

Using

To start a Concourse server locally that will run the example pipelines you will need to make sure you have both Vagrant and Virtual Box installed. Then simply run:

./setup.sh

This will boot a Vagrant managed virtual machine running Concourse and add all the example pipelines contained in the pipelines directory to it. You can then view Concourse by visiting 192.168.100.4:8080.

Some pipelines will require a little extra configuration to fully work. Steps to achieve this are detailed below in each pipelines description.

Hint: setup.sh is idempotent so you can re-run it after changing any of the pipeline.yml files to quickly reconfigure everything.

Pipelines

jvm-test-deploy-pws

This pipeline is a 2 step pipeline that first tests and the deploys (if the tests pass) a small Java based "hello world" web app.

This pipeline will deploy the app PWS but it requires credentials to do so. If you navigate to the pipeline.yml within the jvm-test-deploy-pws directory you can add your PWS credentials to the source node of the pws resource. You can then reconfigure the pipeline on the Concourse server:

./fly set-pipeline -p jvm-test-deploy-pws -c pipelines/jvm-test-deploy-pws/pipeline.yml

You can also point the deployment at a different CF installation if you wish by editing the api field of the source node in the pws resource.

Pipeline ideas

  • Mobile app with hockey/s3 push
  • Web app with external db/redis etc
  • Multiapp web app deploy

pipelines's People

Contributors

seadowg avatar

Watchers

James Cloos avatar Raúl Ávila avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.