forked from cloudfoundry/cf-deployment-concourse-tasks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
task.yml
41 lines (33 loc) · 1015 Bytes
/
task.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
platform: linux
image_resource:
type: docker-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
tag: v6.12.0
inputs:
- name: bbl-state
- name: cf-deployment-concourse-tasks
run:
path: cf-deployment-concourse-tasks/run-errand/task
params:
BBL_STATE_DIR: bbl-state
# - Path to the directory containing the `bbl-state.json` file
# - The path is relative to the `bbl-state` input
# - If blank or '.', uses `bbl-state` input as the location for bbl state
# - If the specified path does not exist, it will be created
DEPLOYMENT_NAME: cf
# - Optional
# - Deployment name for errand to be ran on
# - Defaults to cf
ERRAND_NAME:
# - Required
# - Errand name to be run
INSTANCE:
# - Optional
# - Allows jobs to disambiguate between different copies of the same errand
# - with different configurations
KEEP_ALIVE: false
# - Optional
# - Specifies whether or not to keep instance alive after errand completion
# - Defaults to false