Skip to content

Commit 19a0d7a

Browse files
authored
Make pipeline self setting (#253)
* add job to make pipeline self-setting * add set-self job to group
1 parent 0419a75 commit 19a0d7a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ci/pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
---
22
jobs:
3+
4+
- name: set-self
5+
plan:
6+
- get: concourse-config
7+
trigger: true
8+
- set_pipeline: self
9+
file: concourse-config/ci/pipeline.yml
10+
311
- name: deploy-concourse-staging
412
serial: true
513
serial_groups: [staging]
@@ -73,6 +81,7 @@ jobs:
7381
trigger: true
7482
- get: concourse-config
7583
trigger: true
84+
passed: [set-self]
7685
- get: terraform-yaml
7786
- get: concourse-stemcell-jammy
7887
trigger: true
@@ -466,6 +475,7 @@ resource_types:
466475
groups:
467476
- name: all
468477
jobs:
478+
- set-self
469479
- plan-concourse-staging
470480
- plan-concourse-production
471481
- deploy-concourse-production

0 commit comments

Comments
 (0)