Continuous Integration resources for Steeltoe
Перейти к файлу
Keaty Gross 0ea427cbe6 FIX: Allow CUPS creation to evaluate $SPACE
Signed-off-by: Dave Goddard <dave@goddard.id.au>
2016-09-23 09:11:48 -04:00
dockerfiles Create a domain per space 2016-09-23 08:55:49 -04:00
pipelines Allow CUPS creation to evaluate $SPACE 2016-09-23 09:09:57 -04:00
scripts Create a domain per space 2016-09-23 08:55:49 -04:00
tasks FIX: Allow CUPS creation to evaluate $SPACE 2016-09-23 09:11:48 -04:00
README.md Refactor jobs and add groups 2016-09-15 16:43:46 -04:00

README.md

steeltoe-ci

Config files for Steeltoe CI, (https://ci.shoetree.io).

Changing pipelines

Change the files, then:

fly -t shoetree set-pipeline -l <(lpass show --notes 'Shared-Steeltoe/concourse.yml') -p integration -c pipelines/integration.yml

Creating docker images

Base image, cf-cli

(cd dockerfiles/cf-cli && docker build -t dgodd/cf-cli . && docker push dgodd/cf-cli)

Base image, cf-space-resource

(cd dockerfiles/cf-space-resource && docker build -t dgodd/cf-space-resource . && docker push dgodd/cf-space-resource)

For pcfdev windows machine

Install using (after changing MACHINE_IP)

wget  misty-sisters.surge.sh/garden.zip

Install the https certificate on linux and windows since it is self signed