Skip to content

Playbook

Workstation Setup

Development on CF Dev does not require many tools outside of what is normally on a developer workstation.

Summary

The following is intended to be a record of selected developer tasks.

1.

Updating a concourse pipeline

Concourse pipelines are updated with a script defined in the cfdev-ci repository at ./set-pipeline. To use, simply invoke the script with the correct argument.

# ~/workspace/cfdev-ci
$ fly -t cfdev login -k
$ ./set-pipeline <PIPELINE NAME>

2.

Updating an environment

For information on how to access, provision, or manage environments, please talk to a CF Dev team member.

3.

Manually shipping a new release

Releases may be shipped by invoking the appropriate job on the required CI pipeline. Each job is at the end of the pipeline and appropriately titled.