Skip to content

Commit 86b5b22

Browse files
committed
Add resource icons to CI pipeline
1 parent d0b4dab commit 86b5b22

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ci/pipeline.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ resource_types:
2121
resources:
2222
- name: git-repo
2323
type: git
24+
icon: github-circle
2425
source:
2526
uri: ((github-repo))
2627
username: ((github-username))
@@ -29,86 +30,99 @@ resources:
2930
ignore_paths: ["ci/images/*"]
3031
- name: git-pull-request
3132
type: pull-request
33+
icon: source-pull
3234
source:
3335
access_token: ((github-access-token))
3436
repo: ((github-repo-name))
3537
base: ((branch))
3638
ignore_paths: ["ci/*"]
3739
- name: github-pre-release
3840
type: github-release
41+
icon: briefcase-download-outline
3942
source:
4043
owner: spring-projects
4144
repository: spring-boot
4245
access_token: ((github-release-notes-access-token))
4346
pre_release: true
4447
- name: github-release
4548
type: github-release
49+
icon: briefcase-download
4650
source:
4751
owner: spring-projects
4852
repository: spring-boot
4953
access_token: ((github-release-notes-access-token))
5054
pre_release: false
5155
- name: ci-images-git-repo
5256
type: git
57+
icon: github-circle
5358
source:
5459
uri: ((github-repo))
5560
branch: ((branch))
5661
paths: ["ci/images/*"]
5762
- name: spring-boot-ci-image
5863
type: docker-image
64+
icon: docker
5965
source:
6066
repository: ((docker-hub-organization))/spring-boot-ci-image
6167
username: ((docker-hub-username))
6268
password: ((docker-hub-password))
6369
tag: ((branch))
6470
- name: spring-boot-jdk11-ci-image
6571
type: docker-image
72+
icon: docker
6673
source:
6774
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
6875
username: ((docker-hub-username))
6976
password: ((docker-hub-password))
7077
tag: ((branch))
7178
- name: spring-boot-jdk12-ci-image
7279
type: docker-image
80+
icon: docker
7381
source:
7482
repository: ((docker-hub-organization))/spring-boot-jdk12-ci-image
7583
username: ((docker-hub-username))
7684
password: ((docker-hub-password))
7785
tag: ((branch))
7886
- name: artifactory-repo
7987
type: artifactory-resource
88+
icon: package-variant
8089
source:
8190
uri: ((artifactory-server))
8291
username: ((artifactory-username))
8392
password: ((artifactory-password))
8493
build_name: ((build-name))
8594
- name: repo-status-build
8695
type: github-status-resource
96+
icon: eye-check-outline
8797
source:
8898
repository: ((github-repo-name))
8999
access_token: ((github-access-token))
90100
branch: ((branch))
91101
context: build
92102
- name: repo-status-jdk11-build
93103
type: github-status-resource
104+
icon: eye-check-outline
94105
source:
95106
repository: ((github-repo-name))
96107
access_token: ((github-access-token))
97108
branch: ((branch))
98109
context: jdk11-build
99110
- name: repo-status-jdk12-build
100111
type: github-status-resource
112+
icon: eye-check-outline
101113
source:
102114
repository: ((github-repo-name))
103115
access_token: ((github-access-token))
104116
branch: ((branch))
105117
context: jdk12-build
106118
- name: slack-alert
107119
type: slack-notification
120+
icon: slack
108121
source:
109122
url: ((slack-webhook-url))
110123
- name: every-wednesday
111124
type: time
125+
icon: clock-outline
112126
source:
113127
start: 8:00 PM
114128
stop: 9:00 PM

0 commit comments

Comments
 (0)