GitHub - lming13/concourse-scripts: Install files and demo pipelines for getting started with Concourse CI · GitHub
Skip to content

lming13/concourse-scripts

 
 

Folders and files

Repository files navigation

concourse-getting-started

Purpose

This repository is meant to be paired with a blog post [link pending]. It provides some useful files for getting Concourse CI installed onto Docker Desktop Kubernetes, as well as a sample pipeline. It includes three directories: install, pipelines, and test-scripts.

install

values.yml: This is an abbreviated version of the full Concourse CI values.yml file which includes only the variables which may be useful for going through the blog post guide.

expose-concourse.sh: A small shell script to open a node port on Kubernetes and forward it to localhost.

pipelines

pipeline.yml: A sample pipeline. Detailed description of what the pipeline does, and the fubction of each section are provided in the comments of the file.

credentials.yml: Used to define the variables created in the pipeline.yml file

test-scripts

unit-tests.sh: A very rudimentary test script. Just meant to be a placeholder for more interesting tests.

developer-tests.sh: Even more simple. Again, just a placeholder for something more interesting, and to help explain the concept of testing.

About

Install files and demo pipelines for getting started with Concourse CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Shell 100.0%