Continuous Integration resources for Steeltoe
Перейти к файлу
Dave Goddard 7c490265dc Move publish/stack/framework/runtime choice to cf-space-resource 2016-10-03 10:55:37 -04:00
dockerfiles Move publish/stack/framework/runtime choice to cf-space-resource 2016-10-03 10:55:37 -04:00
pipelines Move publish/stack/framework/runtime choice to cf-space-resource 2016-10-03 10:55:37 -04:00
scripts Test that UI fails after other service is stopped [#128524555] 2016-09-29 15:13:08 -04:00
tasks Move publish/stack/framework/runtime choice to cf-space-resource 2016-10-03 10:55:37 -04:00
README.md extract cleanup from integration pipeline 2016-09-29 14:54:30 -04:00
update.sh extract cleanup from integration pipeline 2016-09-29 14:54:30 -04:00

README.md

steeltoe-ci

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

Changing pipelines

Change the files, then:

./update.sh

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

Useful commands

  • To find all of the apps on a CF instance (after logging in as admin): cf curl '/v2/apps?inline-relations-depth=2' | jq -r '.resources[].entity|{org:.space.entity.organization.entity.name, space:.space.entity.name, name:.name}'