Skip to content

atc job from concourse/0.14.0

Github source: e9e24ed5 or master branch

Properties

atc

basic_auth_encrypted_password

bcrypt encrypted password for http basic auth

Default
""

basic_auth_username

username for http basic auth

Default
""

callbacks_shared_secret

password for workers to use to authenticate callbacks

Default
""

development_mode

loosen up security for development purposes

Default
false

pipeline

pipeline configuration containing jobs and resources

Default
{}

postgresql

address

address of the PostgreSQL server

Default
postgresql.service.dc1.consul:5432
database

name of the database to use

Default
atc
role
name

name of role to connect with

Default
atc
password

password to use when connecting

publicly_viewable

allow public viewing; destructive operations still require auth

Default
false

turbine

address

address of turbine server to use to run builds

Default
turbine.service.dc1.consul:4637

web_listen_address

address for the web server to listen on

Default
0.0.0.0

web_listen_port

port for the web server to listen on

Default
8080

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/atc/ directory (learn more).

  • bin/atc_ctl (from atc_ctl.erb)
  • bin/drain (from drain)
  • config/pipeline.yml (from pipeline.yml.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.