Skip to content

Commit 8e61ea2

Browse files
trigger build on os-image update
1 parent cc3baed commit 8e61ea2

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pipeline.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
serial: true
3030
public: true
3131
plan:
32-
- get: cf-cli-resource
33-
trigger: true
32+
- in_parallel:
33+
- get: cf-cli-resource
34+
trigger: true
35+
- get: os-image
36+
trigger: true
3437
- task: build
3538
privileged: true
3639
file: cf-cli-resource/ci/tasks/build-image.yml
@@ -372,13 +375,21 @@ resources:
372375

373376
- name: cloud-foundry
374377
type: cf-cli-resource
378+
icon: cloud
375379
source:
376380
api: ((ccr-cf-api))
377381
username: ((cf.username))
378382
password: ((cf.password))
379383
org: service-brokers
380384
space: bookstore
381385

386+
- name: os-image
387+
type: registry-image
388+
icon: docker
389+
source:
390+
repository: alpine
391+
tag: 3.15
392+
382393
resource_types:
383394
- name: cf-cli-resource
384395
type: registry-image

0 commit comments

Comments
 (0)