|
4 | 4 | # DO NOT MAKE CHANGES TO THIS FILE. Instead, modify ci/pipeline.yml.erb and |
5 | 5 | # execute build-pipeline-yml. |
6 | 6 | # |
7 | | -# created: 2018-07-10T15:43:55+09:00 |
| 7 | +# created: 2018-08-21T15:18:07+09:00 |
8 | 8 | # |
9 | 9 | resource_types: |
10 | 10 | - name: slack-notification |
@@ -41,73 +41,73 @@ resources: |
41 | 41 | - name: notify |
42 | 42 | type: slack-notification |
43 | 43 | source: |
44 | | - url: {{slack-url}} |
| 44 | + url: ((slack-url)) |
45 | 45 |
|
46 | 46 |
|
47 | 47 | - name: kubernetes-resource-image-1.6 |
48 | 48 | type: docker-image |
49 | 49 | source: |
50 | 50 | repository: zlabjp/kubernetes-resource |
51 | 51 | tag: "1.6" |
52 | | - username: {{docker-username}} |
53 | | - password: {{docker-password}} |
| 52 | + username: ((docker-username)) |
| 53 | + password: ((docker-password)) |
54 | 54 |
|
55 | 55 | - name: kubernetes-resource-image-1.7 |
56 | 56 | type: docker-image |
57 | 57 | source: |
58 | 58 | repository: zlabjp/kubernetes-resource |
59 | 59 | tag: "1.7" |
60 | | - username: {{docker-username}} |
61 | | - password: {{docker-password}} |
| 60 | + username: ((docker-username)) |
| 61 | + password: ((docker-password)) |
62 | 62 |
|
63 | 63 | - name: kubernetes-resource-image-1.8 |
64 | 64 | type: docker-image |
65 | 65 | source: |
66 | 66 | repository: zlabjp/kubernetes-resource |
67 | 67 | tag: "1.8" |
68 | | - username: {{docker-username}} |
69 | | - password: {{docker-password}} |
| 68 | + username: ((docker-username)) |
| 69 | + password: ((docker-password)) |
70 | 70 |
|
71 | 71 | - name: kubernetes-resource-image-1.9 |
72 | 72 | type: docker-image |
73 | 73 | source: |
74 | 74 | repository: zlabjp/kubernetes-resource |
75 | 75 | tag: "1.9" |
76 | | - username: {{docker-username}} |
77 | | - password: {{docker-password}} |
| 76 | + username: ((docker-username)) |
| 77 | + password: ((docker-password)) |
78 | 78 |
|
79 | 79 | - name: kubernetes-resource-image-1.10 |
80 | 80 | type: docker-image |
81 | 81 | source: |
82 | 82 | repository: zlabjp/kubernetes-resource |
83 | 83 | tag: "1.10" |
84 | | - username: {{docker-username}} |
85 | | - password: {{docker-password}} |
| 84 | + username: ((docker-username)) |
| 85 | + password: ((docker-password)) |
86 | 86 |
|
87 | 87 | - name: kubernetes-resource-image-1.11 |
88 | 88 | type: docker-image |
89 | 89 | source: |
90 | 90 | repository: zlabjp/kubernetes-resource |
91 | 91 | tag: "1.11" |
92 | | - username: {{docker-username}} |
93 | | - password: {{docker-password}} |
| 92 | + username: ((docker-username)) |
| 93 | + password: ((docker-password)) |
94 | 94 |
|
95 | 95 | - name: kubernetes-resource-image-latest |
96 | 96 | type: docker-image |
97 | 97 | source: |
98 | 98 | repository: zlabjp/kubernetes-resource |
99 | 99 | tag: "latest" |
100 | | - username: {{docker-username}} |
101 | | - password: {{docker-password}} |
| 100 | + username: ((docker-username)) |
| 101 | + password: ((docker-password)) |
102 | 102 |
|
103 | 103 |
|
104 | 104 | - name: kubernetes-resource-image-edge |
105 | 105 | type: docker-image |
106 | 106 | source: |
107 | 107 | repository: zlabjp/kubernetes-resource |
108 | 108 | tag: edge |
109 | | - username: {{docker-username}} |
110 | | - password: {{docker-password}} |
| 109 | + username: ((docker-username)) |
| 110 | + password: ((docker-password)) |
111 | 111 |
|
112 | 112 |
|
113 | 113 | - name: stable-1.6 |
@@ -178,15 +178,15 @@ jobs: |
178 | 178 | on_success: |
179 | 179 | put: notify |
180 | 180 | params: |
181 | | - channel: {{slack-success-channel}} |
| 181 | + channel: ((slack-success-channel)) |
182 | 182 | username: concourse / kubernetes-resource-image-edge |
183 | 183 | icon_emoji: ":dancing-penguin:" |
184 | 184 | text: | |
185 | 185 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
186 | 186 | on_failure: |
187 | 187 | put: notify |
188 | 188 | params: |
189 | | - channel: {{slack-failure-channel}} |
| 189 | + channel: ((slack-failure-channel)) |
190 | 190 | username: concourse / kubernetes-resource:edge |
191 | 191 | icon_emoji: ":rage:" |
192 | 192 | text: | |
@@ -217,15 +217,15 @@ jobs: |
217 | 217 | on_success: |
218 | 218 | put: notify |
219 | 219 | params: |
220 | | - channel: {{slack-success-channel}} |
| 220 | + channel: ((slack-success-channel)) |
221 | 221 | username: concourse / kubernetes-resource-image-1.6 |
222 | 222 | icon_emoji: ":dancing-penguin:" |
223 | 223 | text: | |
224 | 224 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
225 | 225 | on_failure: |
226 | 226 | put: notify |
227 | 227 | params: |
228 | | - channel: {{slack-failure-channel}} |
| 228 | + channel: ((slack-failure-channel)) |
229 | 229 | username: concourse / kubernetes-resource-image-1.6 |
230 | 230 | icon_emoji: ":rage:" |
231 | 231 | text: | |
@@ -255,15 +255,15 @@ jobs: |
255 | 255 | on_success: |
256 | 256 | put: notify |
257 | 257 | params: |
258 | | - channel: {{slack-success-channel}} |
| 258 | + channel: ((slack-success-channel)) |
259 | 259 | username: concourse / kubernetes-resource-image-1.7 |
260 | 260 | icon_emoji: ":dancing-penguin:" |
261 | 261 | text: | |
262 | 262 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
263 | 263 | on_failure: |
264 | 264 | put: notify |
265 | 265 | params: |
266 | | - channel: {{slack-failure-channel}} |
| 266 | + channel: ((slack-failure-channel)) |
267 | 267 | username: concourse / kubernetes-resource-image-1.7 |
268 | 268 | icon_emoji: ":rage:" |
269 | 269 | text: | |
@@ -293,15 +293,15 @@ jobs: |
293 | 293 | on_success: |
294 | 294 | put: notify |
295 | 295 | params: |
296 | | - channel: {{slack-success-channel}} |
| 296 | + channel: ((slack-success-channel)) |
297 | 297 | username: concourse / kubernetes-resource-image-1.8 |
298 | 298 | icon_emoji: ":dancing-penguin:" |
299 | 299 | text: | |
300 | 300 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
301 | 301 | on_failure: |
302 | 302 | put: notify |
303 | 303 | params: |
304 | | - channel: {{slack-failure-channel}} |
| 304 | + channel: ((slack-failure-channel)) |
305 | 305 | username: concourse / kubernetes-resource-image-1.8 |
306 | 306 | icon_emoji: ":rage:" |
307 | 307 | text: | |
@@ -331,15 +331,15 @@ jobs: |
331 | 331 | on_success: |
332 | 332 | put: notify |
333 | 333 | params: |
334 | | - channel: {{slack-success-channel}} |
| 334 | + channel: ((slack-success-channel)) |
335 | 335 | username: concourse / kubernetes-resource-image-1.9 |
336 | 336 | icon_emoji: ":dancing-penguin:" |
337 | 337 | text: | |
338 | 338 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
339 | 339 | on_failure: |
340 | 340 | put: notify |
341 | 341 | params: |
342 | | - channel: {{slack-failure-channel}} |
| 342 | + channel: ((slack-failure-channel)) |
343 | 343 | username: concourse / kubernetes-resource-image-1.9 |
344 | 344 | icon_emoji: ":rage:" |
345 | 345 | text: | |
@@ -369,15 +369,15 @@ jobs: |
369 | 369 | on_success: |
370 | 370 | put: notify |
371 | 371 | params: |
372 | | - channel: {{slack-success-channel}} |
| 372 | + channel: ((slack-success-channel)) |
373 | 373 | username: concourse / kubernetes-resource-image-1.10 |
374 | 374 | icon_emoji: ":dancing-penguin:" |
375 | 375 | text: | |
376 | 376 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
377 | 377 | on_failure: |
378 | 378 | put: notify |
379 | 379 | params: |
380 | | - channel: {{slack-failure-channel}} |
| 380 | + channel: ((slack-failure-channel)) |
381 | 381 | username: concourse / kubernetes-resource-image-1.10 |
382 | 382 | icon_emoji: ":rage:" |
383 | 383 | text: | |
@@ -407,15 +407,15 @@ jobs: |
407 | 407 | on_success: |
408 | 408 | put: notify |
409 | 409 | params: |
410 | | - channel: {{slack-success-channel}} |
| 410 | + channel: ((slack-success-channel)) |
411 | 411 | username: concourse / kubernetes-resource-image-1.11 |
412 | 412 | icon_emoji: ":dancing-penguin:" |
413 | 413 | text: | |
414 | 414 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
415 | 415 | on_failure: |
416 | 416 | put: notify |
417 | 417 | params: |
418 | | - channel: {{slack-failure-channel}} |
| 418 | + channel: ((slack-failure-channel)) |
419 | 419 | username: concourse / kubernetes-resource-image-1.11 |
420 | 420 | icon_emoji: ":rage:" |
421 | 421 | text: | |
@@ -445,15 +445,15 @@ jobs: |
445 | 445 | on_success: |
446 | 446 | put: notify |
447 | 447 | params: |
448 | | - channel: {{slack-success-channel}} |
| 448 | + channel: ((slack-success-channel)) |
449 | 449 | username: concourse / kubernetes-resource-image-latest |
450 | 450 | icon_emoji: ":dancing-penguin:" |
451 | 451 | text: | |
452 | 452 | Success! $ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME |
453 | 453 | on_failure: |
454 | 454 | put: notify |
455 | 455 | params: |
456 | | - channel: {{slack-failure-channel}} |
| 456 | + channel: ((slack-failure-channel)) |
457 | 457 | username: concourse / kubernetes-resource-image-latest |
458 | 458 | icon_emoji: ":rage:" |
459 | 459 | text: | |
|
0 commit comments