11---
22groups :
3- - name : firehose -to-syslog
3+ - name : firehouse -to-sumologic
44 jobs :
55 - unit-testing
66 - downstream-master
@@ -24,59 +24,59 @@ jobs:
2424 public : true
2525 serial : true
2626 plan :
27- - get : firehose -to-syslog -ci
28- resource : firehose -to-syslog -develop
27+ - get : firehouse -to-sumologic -ci
28+ resource : firehouse -to-sumologic -develop
2929 trigger : true
3030 - task : unit-testing
31- file : firehose -to-syslog -ci/ci/unit-testing/unit-testing.yml
31+ file : firehouse -to-sumologic -ci/ci/unit-testing/unit-testing.yml
3232
3333
3434- name : unit-testing-master
3535 public : true
3636 serial : true
3737 plan :
38- - get : firehose -to-syslog -ci
39- resource : firehose -to-syslog -master
38+ - get : firehouse -to-sumologic -ci
39+ resource : firehouse -to-sumologic -master
4040 trigger : true
4141 - task : unit-testing
42- file : firehose -to-syslog -ci/ci/unit-testing/unit-testing.yml
42+ file : firehouse -to-sumologic -ci/ci/unit-testing/unit-testing.yml
4343
4444
4545- name : tag-master
4646 public : true
4747 serial : true
4848 plan :
49- - get : firehose -to-syslog -ci
50- resource : firehose -to-syslog -master
49+ - get : firehouse -to-sumologic -ci
50+ resource : firehouse -to-sumologic -master
5151 passed : [unit-testing-master]
5252 - put : version
5353 params : {bump: minor}
54- - put : firehose -to-syslog -master
54+ - put : firehouse -to-sumologic -master
5555 params :
5656 only_tag : true
57- repository : firehose -to-syslog -ci
57+ repository : firehouse -to-sumologic -ci
5858 tag : version/number
5959
6060
6161- name : ship-it
6262 public : true
6363 serial : true
6464 plan :
65- - get : firehose -to-syslog -ci
66- resource : firehose -to-syslog -master
65+ - get : firehouse -to-sumologic -ci
66+ resource : firehouse -to-sumologic -master
6767 passed : [tag-master]
6868 trigger : true
6969 - get : version
7070 - task : build-binary
71- file : firehose -to-syslog -ci/ci/build-all/build-all.yml
71+ file : firehouse -to-sumologic -ci/ci/build-all/build-all.yml
7272 params :
7373 VERSION_APP : version/number
7474 - put : gh-release
7575 params :
7676 name : version/number
7777 tag : version/number
7878 globs :
79- - firehose -to-syslog -ci-build/dist/*/*/*
79+ - firehouse -to-sumologic -ci-build/dist/*/*/*
8080
8181
8282
@@ -86,16 +86,16 @@ jobs:
8686 serial : true
8787 plan :
8888 - aggregate :
89- - get : firehose -to-syslog -ci
90- resource : firehose -to-syslog -develop
89+ - get : firehouse -to-sumologic -ci
90+ resource : firehouse -to-sumologic -develop
9191 - get : release-repo-master
92- resource : firehose -to-syslog -master
92+ resource : firehouse -to-sumologic -master
9393 trigger : true
9494 passed : [tag-master]
9595 - get : release-repo
96- resource : firehose -to-syslog -merge-target
96+ resource : firehouse -to-sumologic -merge-target
9797 - task : merge-master-to-develop
98- file : firehose -to-syslog -ci/ci/merge-master-to-develop/merge-master-to-develop.yml
98+ file : firehouse -to-sumologic -ci/ci/merge-master-to-develop/merge-master-to-develop.yml
9999 params :
100100 GIT_USERNAME : {{github-username}}
101101 GIT_EMAIL : {{github-email}}
@@ -104,24 +104,24 @@ jobs:
104104
105105
106106resources :
107- - name : firehose -to-syslog -merge-target
107+ - name : firehouse -to-sumologic -merge-target
108108 type : git
109109 source :
110110 branch : develop
111111 private_key : {{private-key-github-concourse}}
112- uri : git@github.com:cloudfoundry-community/firehose -to-syslog .git
112+ uri : git@github.com:cloudfoundry-community/firehouse -to-sumologic .git
113113
114- - name : firehose -to-syslog -develop
114+ - name : firehouse -to-sumologic -develop
115115 type : git
116116 source :
117- uri : git@github.com:cloudfoundry-community/firehose -to-syslog .git
117+ uri : git@github.com:cloudfoundry-community/firehouse -to-sumologic .git
118118 branch : develop
119119 private_key : {{private-key-github-concourse}}
120120
121- - name : firehose -to-syslog -master
121+ - name : firehouse -to-sumologic -master
122122 type : git
123123 source :
124- uri : git@github.com:cloudfoundry-community/firehose -to-syslog .git
124+ uri : git@github.com:cloudfoundry-community/firehouse -to-sumologic .git
125125 branch : master
126126 private_key : {{private-key-github-concourse}}
127127
@@ -131,14 +131,14 @@ resources:
131131 type : github-release
132132 source :
133133 user : cloudfoundry-community
134- repository : firehose -to-syslog
134+ repository : firehouse -to-sumologic
135135 access_token : {{github-access-token}}
136136
137137- name : version
138138 type : semver-gwenn
139139 source :
140140 driver : git
141- uri : git@github.com:cloudfoundry-community/firehose -to-syslog .git
141+ uri : git@github.com:cloudfoundry-community/firehouse -to-sumologic .git
142142 branch : version
143143 file : version
144144 private_key : {{private-key-github-concourse}}
0 commit comments