Skip to content

Commit dfd1b74

Browse files
committed
Add CI icons
1 parent 1f107c3 commit dfd1b74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/pipeline.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource_types:
1111
resources:
1212
- name: git-repo
1313
type: git
14+
icon: github-circle
1415
source:
1516
uri: ((github-repo))
1617
username: ((github-username))
@@ -19,33 +20,38 @@ resources:
1920
ignore_paths: ["ci/images/*"]
2021
- name: git-pull-request
2122
type: pull-request
23+
icon: source-pull
2224
source:
2325
access_token: ((github-access-token))
2426
repo: ((github-repo-name))
2527
base: ((branch))
2628
ignore_paths: ["ci/*"]
2729
- name: ci-images-git-repo
2830
type: git
31+
icon: github-circle
2932
source:
3033
uri: ((github-repo))
3134
branch: ((branch))
3235
paths: ["ci/images/*"]
3336
- name: spring-javaformat-ci-image
3437
type: docker-image
38+
icon: docker
3539
source:
3640
repository: ((docker-hub-organization))/spring-javaformat-ci-image
3741
username: ((docker-hub-username))
3842
password: ((docker-hub-password))
3943
tag: ((branch))
4044
- name: artifactory-repo
4145
type: artifactory-resource
46+
icon: package-variant
4247
source:
4348
uri: ((artifactory-server))
4449
username: ((artifactory-username))
4550
password: ((artifactory-password))
4651
build_name: ((build-name))
4752
- name: github-release
4853
type: github-release
54+
icon: briefcase-download
4955
source:
5056
owner: spring-io
5157
repository: spring-javaformat

0 commit comments

Comments
 (0)