-
Notifications
You must be signed in to change notification settings - Fork 0
Home
oftl edited this page Apr 13, 2017
·
1 revision
Projects built with Concourse (Continuous Integration in general) need to contain the following files
Pipline and with its config files
ci/pipeline.yml
ci/pipeline-config.yml.dist
ci/pipeline-config.yml
Version-file (will be created if it doesn't exist). Every built will usually bump the patch version
ci/version
Commands for creation of possibly needed images and containers (Docker)
ci/registry.txt
ci/containers.txt
While changes to the ci/ directory will not trigger builds (which must be configured this way in pipeline.yml, see above), ci/resources/ is the exception to this rule. Whatever CI-related files which should trigger builds go here.
ci/resources